Uses of Interface
ch.admin.bit.jeap.crypto.internal.core.model.EncryptedDataKey
Packages that use EncryptedDataKey
Package
Description
-
Uses of EncryptedDataKey in ch.admin.bit.jeap.crypto.internal.core.aes
Methods in ch.admin.bit.jeap.crypto.internal.core.aes with parameters of type EncryptedDataKeyModifier and TypeMethodDescriptionprotected KeyReferenceAesGcmCryptoService.getKeyReferenceForDecryption(EncryptedDataKey encryptedDataKey) -
Uses of EncryptedDataKey in ch.admin.bit.jeap.crypto.internal.core.keymanagement
Classes in ch.admin.bit.jeap.crypto.internal.core.keymanagement that implement EncryptedDataKeyMethods in ch.admin.bit.jeap.crypto.internal.core.keymanagement that return EncryptedDataKeyMethods in ch.admin.bit.jeap.crypto.internal.core.keymanagement with parameters of type EncryptedDataKeyModifier and TypeMethodDescriptionbyte[]CachingKeyManagementService.decryptDataKey(KeyReference wrappingKeyReference, EncryptedDataKey dataKey) byte[]KeyManagementService.decryptDataKey(KeyReference wrappingKeyReference, EncryptedDataKey dataKey) byte[]EncryptedDataKeyFormat.format(EncryptedDataKey encryptedDataKey) -
Uses of EncryptedDataKey in ch.admin.bit.jeap.crypto.internal.core.model
Methods in ch.admin.bit.jeap.crypto.internal.core.model that return EncryptedDataKeyModifier and TypeMethodDescriptionDataKeyPair.encryptedDataKey()Returns the value of theencryptedDataKeyrecord component.JeapCryptoContainer.encryptedDataKey()Returns the value of theencryptedDataKeyrecord component.Constructors in ch.admin.bit.jeap.crypto.internal.core.model with parameters of type EncryptedDataKeyModifierConstructorDescriptionDataKeyPair(DataKey dataKey, EncryptedDataKey encryptedDataKey) Creates an instance of aDataKeyPairrecord class.JeapCryptoContainer(EncryptedDataKey encryptedDataKey, byte[] nonce, byte[] ciphertext) Creates an instance of aJeapCryptoContainerrecord class.