public abstract class AbstractRawMaterials extends Object implements DecryptionMaterials, EncryptionMaterials
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRawMaterials(KeyPair signingPair) |
protected |
AbstractRawMaterials(KeyPair signingPair,
Map<String,String> description) |
protected |
AbstractRawMaterials(SecretKey macKey) |
protected |
AbstractRawMaterials(SecretKey macKey,
Map<String,String> description) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getMaterialDescription() |
Key |
getSigningKey() |
Key |
getVerificationKey() |
void |
setMaterialDescription(Map<String,String> description) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDecryptionKeygetEncryptionKeyprotected AbstractRawMaterials(KeyPair signingPair)
protected AbstractRawMaterials(KeyPair signingPair, Map<String,String> description)
protected AbstractRawMaterials(SecretKey macKey)
public Map<String,String> getMaterialDescription()
getMaterialDescription in interface CryptographicMaterialspublic Key getSigningKey()
getSigningKey in interface EncryptionMaterialspublic Key getVerificationKey()
getVerificationKey in interface DecryptionMaterialsCopyright © 2021. All rights reserved.