DecryptionMaterial |
CryptoKeyManager.getDecryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
List<EncryptedDataKey> encryptedDataKeys) |
DecryptionMaterial |
DefaultCryptoKeyManager.getDecryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
List<EncryptedDataKey> encryptedDataKeys) |
DecryptionMaterial |
CachingCryptoKeyManager.getDecryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
List<EncryptedDataKey> encryptedDataKeys) |
EncryptionMaterial |
CryptoKeyManager.getEncryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
long plaintextSize) |
EncryptionMaterial |
DefaultCryptoKeyManager.getEncryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
long plaintextSize) |
EncryptionMaterial |
CachingCryptoKeyManager.getEncryptDataKeyMaterial(BaseDataKeyProvider provider,
Map<String,String> encryptionContext,
long plaintextSize) |