Class AsymmetricEscrowEncryptionService
java.lang.Object
ch.admin.bit.jeap.crypto.internal.core.escrow.AsymmetricEscrowEncryptionService
- All Implemented Interfaces:
EscrowEncryptionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey)
-
Constructor Details
-
AsymmetricEscrowEncryptionService
public AsymmetricEscrowEncryptionService()
-
-
Method Details
-
encryptEscrowDataKey
public EscrowDataKey encryptEscrowDataKey(DataKey DataKey, EscrowKeyType escrowKeyType, PublicKey escrowPublicKey) - Specified by:
encryptEscrowDataKeyin interfaceEscrowEncryptionService
-