Class AbstractEncryptedDataKey
java.lang.Object
ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey
- All Implemented Interfaces:
EncryptedDataKey
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractEncryptedDataKey(byte[] ciphertext, EscrowDataKey escrowDataKey, KeyReference wrappingKeyReference) -
Method Summary
Methods 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
-
AbstractEncryptedDataKey
public AbstractEncryptedDataKey(byte[] ciphertext, EscrowDataKey escrowDataKey, KeyReference wrappingKeyReference)
-
-
Method Details
-
ciphertext
public final byte[] ciphertext()- Specified by:
ciphertextin interfaceEncryptedDataKey
-
wrappingKeyReference
- Specified by:
wrappingKeyReferencein interfaceEncryptedDataKey
-
escrowDataKey
- Specified by:
escrowDataKeyin interfaceEncryptedDataKey
-
toString
-
equals
-
hashCode
public int hashCode()
-