Uses of Interface
ch.admin.bit.jeap.crypto.internal.core.model.EscrowDataKey
Packages that use EscrowDataKey
Package
Description
-
Uses of EscrowDataKey in ch.admin.bit.jeap.crypto.internal.core.escrow
Classes in ch.admin.bit.jeap.crypto.internal.core.escrow that implement EscrowDataKeyMethods in ch.admin.bit.jeap.crypto.internal.core.escrow that return EscrowDataKeyModifier and TypeMethodDescriptionAsymmetricEscrowEncryptionService.encryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey) EscrowEncryptionService.encryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey) -
Uses of EscrowDataKey in ch.admin.bit.jeap.crypto.internal.core.keymanagement
Methods in ch.admin.bit.jeap.crypto.internal.core.keymanagement that return types with arguments of type EscrowDataKeyMethods in ch.admin.bit.jeap.crypto.internal.core.keymanagement with parameters of type EscrowDataKeyModifier and TypeMethodDescriptionbyte[]AbstractEncryptedDataKeyFormat.format(EscrowDataKey escrowDataKey) byte[]EncryptedDataKeyFormat.format(EscrowDataKey escrowDataKey) Constructors in ch.admin.bit.jeap.crypto.internal.core.keymanagement with parameters of type EscrowDataKeyModifierConstructorDescriptionAbstractEncryptedDataKey(byte[] ciphertext, EscrowDataKey escrowDataKey, KeyReference wrappingKeyReference) -
Uses of EscrowDataKey in ch.admin.bit.jeap.crypto.internal.core.model
Methods in ch.admin.bit.jeap.crypto.internal.core.model that return types with arguments of type EscrowDataKey