public class JceKTSKeyTransEnvelopedRecipient extends JceKTSKeyTransRecipient
contentHelper, extraMappings, helper, unwrappedKeyMustBeEncodable, validateKeySize| Constructor and Description |
|---|
JceKTSKeyTransEnvelopedRecipient(java.security.PrivateKey recipientKey,
KeyTransRecipientId recipientId) |
| Modifier and Type | Method and Description |
|---|---|
RecipientOperator |
getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) |
extractSecretKey, getPartyVInfoFromRID, setAlgorithmMapping, setContentProvider, setContentProvider, setKeySizeValidation, setProvider, setProviderpublic JceKTSKeyTransEnvelopedRecipient(java.security.PrivateKey recipientKey,
KeyTransRecipientId recipientId)
throws java.io.IOException
java.io.IOExceptionpublic RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException