public class SymmetricRawMaterials extends AbstractRawMaterials
| Constructor and Description |
|---|
SymmetricRawMaterials(SecretKey encryptionKey,
KeyPair signingPair) |
SymmetricRawMaterials(SecretKey encryptionKey,
KeyPair signingPair,
Map<String,String> description) |
SymmetricRawMaterials(SecretKey encryptionKey,
SecretKey macKey) |
SymmetricRawMaterials(SecretKey encryptionKey,
SecretKey macKey,
Map<String,String> description) |
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
getDecryptionKey() |
SecretKey |
getEncryptionKey() |
getMaterialDescription, getSigningKey, getVerificationKey, setMaterialDescriptionCopyright © 2021. All rights reserved.