public interface SymmetricPathEncryptionService
| Modifier and Type | Method and Description |
|---|---|
Uri |
decrypt(SecretKey secretKey,
Uri bucketPath)
Decrypts relative URI using secret key.
|
Uri |
encrypt(SecretKey secretKey,
Uri bucketPath)
Encrypts relative URI using secret key and serializes it into URL-friendly format.
|
Copyright © 2019. All rights reserved.