public interface PathEncryption
| Modifier and Type | Method and Description |
|---|---|
Function<Uri,Uri> |
decryptor(UserIDAuth forUser)
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 encryptFunction<Uri,Uri> decryptor(UserIDAuth forUser)
forUser - Credentials to access path encryption keyCopyright © 2019. All rights reserved.