Package org.bouncycastle.cms.bc
Class BcKeyTransRecipientInfoGenerator
- java.lang.Object
-
- org.bouncycastle.cms.KeyTransRecipientInfoGenerator
-
- org.bouncycastle.cms.bc.BcKeyTransRecipientInfoGenerator
-
- All Implemented Interfaces:
RecipientInfoGenerator
- Direct Known Subclasses:
BcRSAKeyTransRecipientInfoGenerator
public abstract class BcKeyTransRecipientInfoGenerator extends KeyTransRecipientInfoGenerator
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
wrapper
-
-
Constructor Summary
Constructors Constructor Description BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)
BcKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert, org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)
-
Method Summary
-
Methods inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
generate
-
-
-
-
Constructor Detail
-
BcKeyTransRecipientInfoGenerator
public BcKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert, org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)
-
BcKeyTransRecipientInfoGenerator
public BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, org.bouncycastle.operator.bc.BcAsymmetricKeyWrapper wrapper)
-
-