Bouncy Castle Cryptography 1.46

org.bouncycastle.cms.jcajce
Class JceKeyTransRecipientInfoGenerator

java.lang.Object
  extended by org.bouncycastle.cms.KeyTransRecipientInfoGenerator
      extended by org.bouncycastle.cms.jcajce.JceKeyTransRecipientInfoGenerator
All Implemented Interfaces:
RecipientInfoGenerator

public class JceKeyTransRecipientInfoGenerator
extends KeyTransRecipientInfoGenerator


Field Summary
 
Fields inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
wrapper
 
Constructor Summary
JceKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, java.security.PublicKey publicKey)
           
JceKeyTransRecipientInfoGenerator(java.security.cert.X509Certificate recipientCert)
           
 
Method Summary
 JceKeyTransRecipientInfoGenerator setProvider(java.security.Provider provider)
           
 JceKeyTransRecipientInfoGenerator setProvider(java.lang.String providerName)
           
 
Methods inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JceKeyTransRecipientInfoGenerator

public JceKeyTransRecipientInfoGenerator(java.security.cert.X509Certificate recipientCert)
                                  throws java.security.cert.CertificateEncodingException
Throws:
java.security.cert.CertificateEncodingException

JceKeyTransRecipientInfoGenerator

public JceKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
                                         java.security.PublicKey publicKey)
Method Detail

setProvider

public JceKeyTransRecipientInfoGenerator setProvider(java.lang.String providerName)
                                              throws org.bouncycastle.operator.OperatorCreationException
Throws:
org.bouncycastle.operator.OperatorCreationException

setProvider

public JceKeyTransRecipientInfoGenerator setProvider(java.security.Provider provider)
                                              throws org.bouncycastle.operator.OperatorCreationException
Throws:
org.bouncycastle.operator.OperatorCreationException

Bouncy Castle Cryptography 1.46