Uses of Class
ch.admin.bit.jeap.crypto.internal.core.model.DataKey
Packages that use DataKey
Package
Description
-
Uses of DataKey in ch.admin.bit.jeap.crypto.internal.core.escrow
Methods in ch.admin.bit.jeap.crypto.internal.core.escrow with parameters of type DataKeyModifier and TypeMethodDescriptionAsymmetricEscrowEncryptionService.encryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey) EscrowEncryptionService.encryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey) -
Uses of DataKey in ch.admin.bit.jeap.crypto.internal.core.model
Methods in ch.admin.bit.jeap.crypto.internal.core.model that return DataKeyModifier and TypeMethodDescriptionDataKeyPair.dataKey()Returns the value of thedataKeyrecord component.Constructors in ch.admin.bit.jeap.crypto.internal.core.model with parameters of type DataKeyModifierConstructorDescriptionDataKeyPair(DataKey dataKey, EncryptedDataKey encryptedDataKey) Creates an instance of aDataKeyPairrecord class.