public interface PathEncryption
| Modifier and Type | Method and Description |
|---|---|
Uri |
decrypt(UserIDAuth forUser,
Uri path)
Decrypts relative URL using path encryption key.
|
Uri |
encrypt(UserIDAuth forUser,
Uri path)
Encrypts relative URL using path encryption key.
|
Uri encrypt(UserIDAuth forUser, Uri path)
forUser - Credentials to access path encryption keypath - Path to encryptUri decrypt(UserIDAuth forUser, Uri path)
forUser - Credentials to access path encryption keypath - Path to decryptCopyright © 2019. All rights reserved.