| Package | Description |
|---|---|
| iaik.cms |
| Constructor and Description |
|---|
KEKRecipientInfo(KEKIdentifier kekid,
AlgorithmID keyEA,
byte[] encryptedKey)
Creates a
KEKRecipientInfo object for the given
kek identifier, key-encryption algorithm, and already
encrypted content encryption key. |
KEKRecipientInfo(KEKIdentifier kekid,
AlgorithmID keyEA,
javax.crypto.SecretKey kek)
Creates a
KEKRecipientInfo object for the given
kek identifier, key-encryption algorithm and secret key encryption
key. |
KEKRecipientInfo(KEKIdentifier kekid,
AlgorithmID keyEA,
javax.crypto.SecretKey kek,
java.security.AlgorithmParameters params)
Creates a
KEKRecipientInfo object for the given
kek identifier, key-encryption algorithm and secret key encryption key. |