public class LegacyPathEncryptionImpl extends Object implements de.adorsys.datasafe.encrypiton.api.pathencryption.PathEncryption
PrivateKeyService.pathEncryptionSecretKey(UserIDAuth) as
path encryption key.| Constructor and Description |
|---|
LegacyPathEncryptionImpl(LegacySymmetricPathEncryptionService symmetricPathEncryptionService,
de.adorsys.datasafe.directory.api.profile.keys.PrivateKeyService privateKeyService) |
| Modifier and Type | Method and Description |
|---|---|
Function<de.adorsys.datasafe.types.api.resource.Uri,de.adorsys.datasafe.types.api.resource.Uri> |
decryptor(de.adorsys.datasafe.encrypiton.api.types.UserIDAuth forUser)
Simply pipes
LegacySymmetricPathEncryptionService and PrivateKeyService to decrypt URI |
de.adorsys.datasafe.types.api.resource.Uri |
encrypt(de.adorsys.datasafe.encrypiton.api.types.UserIDAuth forUser,
de.adorsys.datasafe.types.api.resource.Uri path)
Simply pipes
LegacySymmetricPathEncryptionService and PrivateKeyService to encrypt URI |
@Inject public LegacyPathEncryptionImpl(LegacySymmetricPathEncryptionService symmetricPathEncryptionService, de.adorsys.datasafe.directory.api.profile.keys.PrivateKeyService privateKeyService)
public de.adorsys.datasafe.types.api.resource.Uri encrypt(de.adorsys.datasafe.encrypiton.api.types.UserIDAuth forUser,
de.adorsys.datasafe.types.api.resource.Uri path)
LegacySymmetricPathEncryptionService and PrivateKeyService to encrypt URIencrypt in interface de.adorsys.datasafe.encrypiton.api.pathencryption.PathEncryptionpublic Function<de.adorsys.datasafe.types.api.resource.Uri,de.adorsys.datasafe.types.api.resource.Uri> decryptor(de.adorsys.datasafe.encrypiton.api.types.UserIDAuth forUser)
LegacySymmetricPathEncryptionService and PrivateKeyService to decrypt URIdecryptor in interface de.adorsys.datasafe.encrypiton.api.pathencryption.PathEncryptionCopyright © 2019. All rights reserved.