Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Class OriginatorInfoGenerator

java.lang.Object
  |
  +--org.bouncycastle.cms.OriginatorInfoGenerator

public class OriginatorInfoGenerator
extends java.lang.Object


Constructor Summary
OriginatorInfoGenerator(org.bouncycastle.util.Store origCerts)
           
OriginatorInfoGenerator(org.bouncycastle.util.Store origCerts, org.bouncycastle.util.Store origCRLs)
           
OriginatorInfoGenerator(X509CertificateHolder origCert)
           
 
Method Summary
 OriginatorInformation generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OriginatorInfoGenerator

public OriginatorInfoGenerator(X509CertificateHolder origCert)

OriginatorInfoGenerator

public OriginatorInfoGenerator(org.bouncycastle.util.Store origCerts)
                        throws CMSException

OriginatorInfoGenerator

public OriginatorInfoGenerator(org.bouncycastle.util.Store origCerts,
                               org.bouncycastle.util.Store origCRLs)
                        throws CMSException
Method Detail

generate

public OriginatorInformation generate()

Bouncy Castle Cryptography Library 1.79