Class AwsKmsEncryptedDataKey
java.lang.Object
ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey
ch.admin.bit.jeap.crypto.awskms.key.AwsKmsEncryptedDataKey
- All Implemented Interfaces:
EncryptedDataKey
-
Constructor Summary
ConstructorsConstructorDescriptionAwsKmsEncryptedDataKey(byte[] ciphertext, EscrowDataKey escrowDataKey, String keyId) -
Method Summary
Methods inherited from class ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey
ciphertext, escrowDataKey, toString, wrappingKeyReferenceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.admin.bit.jeap.crypto.internal.core.model.EncryptedDataKey
requireWrappingKeyReference
-
Constructor Details
-
AwsKmsEncryptedDataKey
-
-
Method Details
-
equals
- Overrides:
equalsin classAbstractEncryptedDataKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractEncryptedDataKey
-