public class JceKeyTransAuthEnvelopedRecipient extends JceKeyTransRecipient
contentHelper, extraMappings, helper, unwrappedKeyMustBeEncodable, validateKeySize| Constructor and Description |
|---|
JceKeyTransAuthEnvelopedRecipient(java.security.PrivateKey recipientKey) |
| Modifier and Type | Method and Description |
|---|---|
RecipientOperator |
getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm,
AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) |
extractSecretKey, setAlgorithmMapping, setContentProvider, setContentProvider, setKeySizeValidation, setMustProduceEncodableUnwrappedKey, setProvider, setProviderpublic JceKeyTransAuthEnvelopedRecipient(java.security.PrivateKey recipientKey)
public RecipientOperator getRecipientOperator(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CMSException
CMSException