public interface SymmetricPathEncryptionService
| Modifier and Type | Method and Description |
|---|---|
Uri |
decrypt(AuthPathEncryptionSecretKey pathEncryptionSecretKey,
Uri bucketPath)
Decrypts relative URI using secret key.
|
Uri |
encrypt(AuthPathEncryptionSecretKey pathEncryptionSecretKey,
Uri bucketPath)
Encrypts relative URI using secret key and serializes it into URL-friendly format.
|
Uri encrypt(AuthPathEncryptionSecretKey pathEncryptionSecretKey, Uri bucketPath)
pathEncryptionSecretKey - entity with keys for encrypt pathbucketPath - Path to encryptUri decrypt(AuthPathEncryptionSecretKey pathEncryptionSecretKey, Uri bucketPath)
pathEncryptionSecretKey - entity with keys for decrypt pathbucketPath - Path to decryptCopyright © 2019. All rights reserved.