Interface EscrowDataKey
- All Known Implementing Classes:
EscrowEncryptedDataKey
public interface EscrowDataKey
A data key, encrypted with an escrow key to be able to decrypt data without access to the original wrapping key.
The escrow key is typically an asymmetric encryption key used with an encryption scheme such as RSA or ECIES.
-
Method Summary
-
Method Details
-
ciphertext
byte[] ciphertext() -
escrowKeyType
EscrowKeyType escrowKeyType()
-