public interface PathEncryptionConfig
| Modifier and Type | Method and Description |
|---|---|
byte[] |
byteDeserializer(String input)
Deserializes encrypted bytes of document path.
|
String |
byteSerializer(byte[] bytes)
Serializes encrypted bytes of document path.
|
Cipher |
decryptionCipher(SecretKey secretKey) |
Cipher |
encryptionCipher(SecretKey secretKey) |
Cipher encryptionCipher(SecretKey secretKey)
secretKey - Use this secret keysecretKeyCipher decryptionCipher(SecretKey secretKey)
secretKey - Use this secret keysecretKeyString byteSerializer(byte[] bytes)
bytes - Encrypted path as bytesbyte[] byteDeserializer(String input)
input - String representation of encrypted pathCopyright © 2019. All rights reserved.