public class SymmetricPathEncryptionServiceImpl extends Object implements SymmetricPathEncryptionService
| Constructor and Description |
|---|
SymmetricPathEncryptionServiceImpl(PathEncryptionConfig encryptionConfig) |
| Modifier and Type | Method and Description |
|---|---|
Uri |
decrypt(SecretKey secretKey,
Uri bucketPath)
Decrypts each URI segment separately and composes them back in same order.
|
Uri |
encrypt(SecretKey secretKey,
Uri bucketPath)
Encrypts each URI segment separately and composes them back in same order.
|
@Inject public SymmetricPathEncryptionServiceImpl(PathEncryptionConfig encryptionConfig)
public Uri encrypt(SecretKey secretKey, Uri bucketPath)
encrypt in interface SymmetricPathEncryptionServicepublic Uri decrypt(SecretKey secretKey, Uri bucketPath)
decrypt in interface SymmetricPathEncryptionServiceCopyright © 2019. All rights reserved.