| Package | Description |
|---|---|
| org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.mail.smime |
High level classes for dealing with S/MIME objects (RFC 3851).
|
| 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) |
Copyright © 2014. All rights reserved.