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