Class VaultEncryptedDataKey
java.lang.Object
ch.admin.bit.jeap.crypto.internal.core.keymanagement.AbstractEncryptedDataKey
ch.admin.bit.jeap.crypto.vault.keymanagement.VaultEncryptedDataKey
- All Implemented Interfaces:
EncryptedDataKey
-
Constructor Summary
ConstructorsConstructorDescriptionVaultEncryptedDataKey(byte[] ciphertext, KeyReference keyReference, int wrappingKeyVersion) -
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
-
VaultEncryptedDataKey
-
-
Method Details
-
wrappingKeyVersion
public int wrappingKeyVersion() -
equals
- Overrides:
equalsin classAbstractEncryptedDataKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractEncryptedDataKey
-