Uses of Enum Class
ch.admin.bit.jeap.crypto.internal.core.escrow.EscrowKeyType
Packages that use EscrowKeyType
Package
Description
-
Uses of EscrowKeyType in ch.admin.bit.jeap.crypto.api
Methods in ch.admin.bit.jeap.crypto.api with parameters of type EscrowKeyTypeModifier and TypeMethodDescriptionstatic CryptoExceptionCryptoException.unknownEscrowKeyType(EscrowKeyType escrowKeyType) -
Uses of EscrowKeyType in ch.admin.bit.jeap.crypto.internal.core.escrow
Methods in ch.admin.bit.jeap.crypto.internal.core.escrow that return EscrowKeyTypeModifier and TypeMethodDescriptionEscrowEncryptedDataKey.escrowKeyType()static EscrowKeyTypeReturns the enum constant of this class with the specified name.static EscrowKeyType[]EscrowKeyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.admin.bit.jeap.crypto.internal.core.escrow with parameters of type EscrowKeyTypeModifier and TypeMethodDescriptionAsymmetricEscrowEncryptionService.encryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey) EscrowEncryptionService.encryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey) Constructors in ch.admin.bit.jeap.crypto.internal.core.escrow with parameters of type EscrowKeyTypeModifierConstructorDescriptionEscrowEncryptedDataKey(byte[] ciphertext, EscrowKeyType escrowKeyType) -
Uses of EscrowKeyType in ch.admin.bit.jeap.crypto.internal.core.model
Methods in ch.admin.bit.jeap.crypto.internal.core.model that return EscrowKeyType