Class JceKEMEnvelopedRecipient
java.lang.Object
org.bouncycastle.cms.AbstractRecipient
org.bouncycastle.cms.jcajce.JceKEMRecipient
org.bouncycastle.cms.jcajce.JceKEMEnvelopedRecipient
- All Implemented Interfaces:
KEMRecipient, Recipient
-
Field Summary
Fields inherited from class JceKEMRecipient
contentHelper, extraMappings, helper, unwrappedKeyMustBeEncodable, validateKeySize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) Methods inherited from class JceKEMRecipient
extractSecretKey, setAlgorithmMapping, setAllowedContentAlgorithms, setContentProvider, setContentProvider, setKeySizeValidation, setMinimumTagSize, setMustProduceEncodableUnwrappedKey, setProvider, setProviderMethods inherited from class AbstractRecipient
checkTagSize, isContentAlgorithmAllowed, setAllowedContentAlgorithmSet, setMinimumTagSizeInBits
-
Constructor Details
-
JceKEMEnvelopedRecipient
-
-
Method Details
-
getRecipientOperator
public RecipientOperator getRecipientOperator(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm, byte[] encryptedContentEncryptionKey) throws CMSException - Throws:
CMSException
-