Uses of Class
org.bouncycastle.cms.SignerInfoGenerator
| Package | Description |
|---|---|
| org.bouncycastle.cms | |
| org.bouncycastle.cms.jcajce |
-
Uses of SignerInfoGenerator in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return SignerInfoGenerator Modifier and Type Method Description SignerInfoGeneratorSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] subjectKeyIdentifier)Build a generator with the passed in subjectKeyIdentifier as the signerIdentifier.SignerInfoGeneratorSignerInfoGeneratorBuilder. 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 SignerInfoGenerator Modifier and Type Method Description voidCMSSignedGenerator. addSignerInfoGenerator(SignerInfoGenerator infoGen)Constructors in org.bouncycastle.cms with parameters of type SignerInfoGenerator Constructor Description SignerInfoGenerator(SignerInfoGenerator original, CMSAttributeTableGenerator sAttrGen, CMSAttributeTableGenerator unsAttrGen) -
Uses of SignerInfoGenerator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return SignerInfoGenerator Modifier and Type Method Description SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, byte[] keyIdentifier)SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509Certificate certificate)SignerInfoGeneratorJcaSignerInfoGeneratorBuilder. build(ContentSigner contentSigner, X509CertificateHolder certHolder)