Package org.bouncycastle.cms.bc
Class BcKeyTransRecipient
java.lang.Object
org.bouncycastle.cms.bc.BcKeyTransRecipient
- All Implemented Interfaces:
KeyTransRecipient,Recipient
- Direct Known Subclasses:
BcRSAKeyTransEnvelopedRecipient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CipherParametersextractSecretKey(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedEncryptionKey) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bouncycastle.cms.KeyTransRecipient
getRecipientOperator
-
Constructor Details
-
BcKeyTransRecipient
-
-
Method Details
-
extractSecretKey
protected CipherParameters extractSecretKey(AlgorithmIdentifier keyEncryptionAlgorithm, AlgorithmIdentifier encryptedKeyAlgorithm, byte[] encryptedEncryptionKey) throws CMSException - Throws:
CMSException
-