public class AsymmetricRawMaterials extends WrappedRawMaterials
CONTENT_KEY_ALGORITHM, ENVELOPE_KEY, KEY_WRAPPING_ALGORITHM, unwrappingKey, wrappingKey| Constructor and Description |
|---|
AsymmetricRawMaterials(KeyPair encryptionKey,
KeyPair signingPair) |
AsymmetricRawMaterials(KeyPair encryptionKey,
KeyPair signingPair,
Map<String,String> description) |
AsymmetricRawMaterials(KeyPair encryptionKey,
SecretKey macKey) |
AsymmetricRawMaterials(KeyPair encryptionKey,
SecretKey macKey,
Map<String,String> description) |
generateContentKey, getDecryptionKey, getEncryptionKey, initEnvelopeKey, unwrapKey, wrapKeygetMaterialDescription, getSigningKey, getVerificationKey, setMaterialDescriptionpublic AsymmetricRawMaterials(KeyPair encryptionKey, KeyPair signingPair) throws GeneralSecurityException
GeneralSecurityExceptionpublic AsymmetricRawMaterials(KeyPair encryptionKey, KeyPair signingPair, Map<String,String> description) throws GeneralSecurityException
GeneralSecurityExceptionpublic AsymmetricRawMaterials(KeyPair encryptionKey, SecretKey macKey) throws GeneralSecurityException
GeneralSecurityExceptionpublic AsymmetricRawMaterials(KeyPair encryptionKey, SecretKey macKey, Map<String,String> description) throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2021. All rights reserved.