Uses of Class
org.bouncycastle.cms.SignerInfoGenerator
Packages that use SignerInfoGenerator
Package
Description
-
Uses of SignerInfoGenerator in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInfoGeneratorModifier and TypeMethodDescriptionSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, byte[] subjectKeyIdentifier) Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier.SignerInfoGeneratorBuilder.build(ContentSigner contentSigner, X509CertificateHolder certHolder) Build a generator with the passed in certHolder issuer and serial number as the signerIdentifier.Methods in org.bouncycastle.cms with parameters of type SignerInfoGeneratorModifier and TypeMethodDescriptionvoidCMSSignedGenerator.addSignerInfoGenerator(SignerInfoGenerator infoGen) Add a generator for a particular signer to this CMS SignedData generator.Constructors in org.bouncycastle.cms with parameters of type SignerInfoGeneratorModifierConstructorDescriptionSignerInfoGenerator(SignerInfoGenerator original, CMSAttributeTableGenerator sAttrGen, CMSAttributeTableGenerator unsAttrGen) -
Uses of SignerInfoGenerator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return SignerInfoGeneratorModifier and TypeMethodDescriptionJcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, byte[] keyIdentifier) JcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, X509Certificate certificate) JcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner, X509CertificateHolder certHolder) JcaSimpleSignerInfoGeneratorBuilder.build(String algorithmName, PrivateKey privateKey, byte[] keyIdentifier) JcaSimpleSignerInfoGeneratorBuilder.build(String algorithmName, PrivateKey privateKey, X509Certificate certificate) JcaSimpleSignerInfoGeneratorBuilder.build(String algorithmName, PrivateKey privateKey, X509CertificateHolder certificate) -
Uses of SignerInfoGenerator in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime with parameters of type SignerInfoGeneratorModifier and TypeMethodDescriptionSMIMESignedWriter.Builder.addSignerInfoGenerator(SignerInfoGenerator signerGenerator) Add a generator to produce the signer info required. -
Uses of SignerInfoGenerator in org.bouncycastle.tsp
Constructors in org.bouncycastle.tsp with parameters of type SignerInfoGeneratorModifierConstructorDescriptionTimeStampTokenGenerator(SignerInfoGenerator signerInfoGen, DigestCalculator digestCalculator, ASN1ObjectIdentifier tsaPolicy) Basic Constructor - set up a calculator based on signerInfoGen with a ESSCertID calculated from the signer's associated certificate using the sha1DigestCalculator.TimeStampTokenGenerator(SignerInfoGenerator signerInfoGen, DigestCalculator digestCalculator, ASN1ObjectIdentifier tsaPolicy, boolean isIssuerSerialIncluded) Basic Constructor - set up a calculator based on signerInfoGen with a ESSCertID calculated from the signer's associated certificate using the sha1DigestCalculator.