public class EncryptionMaterial extends Object
| Constructor and Description |
|---|
EncryptionMaterial() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEncryptedDataKeys(EncryptedDataKey encryptedDataKey) |
CryptoAlgorithm |
getAlgorithm() |
List<EncryptedDataKey> |
getEncryptedDataKeys() |
Map<String,String> |
getEncryptionContext() |
SecretKey |
getPlaintextDataKey() |
void |
setAlgorithm(CryptoAlgorithm algorithm) |
void |
setEncryptedDataKeys(List<EncryptedDataKey> encryptedDataKeys) |
void |
setEncryptionContext(Map<String,String> encryptionContext) |
void |
setPlaintextDataKey(SecretKey plaintextDataKey) |
public SecretKey getPlaintextDataKey()
public void setPlaintextDataKey(SecretKey plaintextDataKey)
public List<EncryptedDataKey> getEncryptedDataKeys()
public void setEncryptedDataKeys(List<EncryptedDataKey> encryptedDataKeys)
public void addEncryptedDataKeys(EncryptedDataKey encryptedDataKey)
public CryptoAlgorithm getAlgorithm()
public void setAlgorithm(CryptoAlgorithm algorithm)
Copyright © 2020. All rights reserved.