Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.cms.jcajce | |
old.org.bouncycastle.mail.smime | |
old.org.bouncycastle.tsp |
Modifier and Type | Method and Description |
---|---|
SignerInfoGenerator |
SignerInfoGeneratorBuilder.build(ContentSigner contentSigner,
byte[] keyIdentifier) |
SignerInfoGenerator |
SignerInfoGeneratorBuilder.build(ContentSigner contentSigner,
X509CertificateHolder certHolder) |
Modifier and Type | Method and Description |
---|---|
void |
CMSSignedGenerator.addSignerInfoGenerator(SignerInfoGenerator infoGen) |
Constructor and Description |
---|
SignerInfoGenerator(SignerInfoGenerator original,
CMSAttributeTableGenerator sAttrGen,
CMSAttributeTableGenerator unsAttrGen) |
Modifier and Type | Method and Description |
---|---|
SignerInfoGenerator |
JcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner,
byte[] keyIdentifier) |
SignerInfoGenerator |
JcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner,
X509Certificate certificate) |
SignerInfoGenerator |
JcaSignerInfoGeneratorBuilder.build(ContentSigner contentSigner,
X509CertificateHolder certHolder) |
SignerInfoGenerator |
JcaSimpleSignerInfoGeneratorBuilder.build(String algorithmName,
PrivateKey privateKey,
byte[] keyIdentifier) |
SignerInfoGenerator |
JcaSimpleSignerInfoGeneratorBuilder.build(String algorithmName,
PrivateKey privateKey,
X509Certificate certificate) |
Modifier and Type | Method and Description |
---|---|
void |
SMIMESignedGenerator.addSignerInfoGenerator(SignerInfoGenerator sigInfoGen) |
Constructor and Description |
---|
TimeStampTokenGenerator(SignerInfoGenerator signerInfoGen,
ASN1ObjectIdentifier tsaPolicy) |
Copyright © 2015. All rights reserved.