| Package | Description |
|---|---|
| org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
| org.bouncycastle.cert.cmp |
Basic support package for handling and creating CMP (RFC 4210) certificate management messages.
|
| org.bouncycastle.cert.crmf |
Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.
|
| org.bouncycastle.cert.ocsp |
Basic support package for handling and creating OCSP (RFC 2560) online certificate status requests.
|
| 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.operator.bc | |
| org.bouncycastle.operator.jcajce | |
| org.bouncycastle.pkcs |
Basic support package for handling and creating PKCS#10 certification requests and other PKCS objects.
|
| Modifier and Type | Method and Description |
|---|---|
X509CertificateHolder |
X509v3CertificateBuilder.build(ContentSigner signer)
Generate an X.509 certificate, based on the current issuer and subject
using the passed in signer.
|
X509CRLHolder |
X509v2CRLBuilder.build(ContentSigner signer)
Generate an X.509 CRL, based on the current issuer and subject
using the passed in signer.
|
X509AttributeCertificateHolder |
X509v2AttributeCertificateBuilder.build(ContentSigner signer)
Generate an X509 certificate, based on the current issuer and subject
using the passed in signer.
|
X509CertificateHolder |
X509v1CertificateBuilder.build(ContentSigner signer)
Generate an X509 certificate, based on the current issuer and subject
using the passed in signer.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectedPKIMessage |
ProtectedPKIMessageBuilder.build(ContentSigner signer)
Build a protected PKI message which has MAC based integrity protection.
|
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.asn1.crmf.POPOSigningKey |
ProofOfPossessionSigningKeyBuilder.build(ContentSigner signer) |
CertificateRequestMessageBuilder |
CertificateRequestMessageBuilder.setProofOfPossessionSigningKeySigner(ContentSigner popSigner) |
| Modifier and Type | Method and Description |
|---|---|
OCSPReq |
OCSPReqBuilder.build(ContentSigner signer,
X509CertificateHolder[] chain) |
BasicOCSPResp |
BasicOCSPRespBuilder.build(ContentSigner signer,
X509CertificateHolder[] chain,
Date producedAt) |
| Modifier and Type | Method and Description |
|---|---|
SignerInfoGenerator |
SignerInfoGeneratorBuilder.build(ContentSigner contentSigner,
byte[] keyIdentifier) |
SignerInfoGenerator |
SignerInfoGeneratorBuilder.build(ContentSigner contentSigner,
X509CertificateHolder certHolder) |
| Constructor and Description |
|---|
SignerInfoGenerator(org.bouncycastle.asn1.cms.SignerIdentifier signerIdentifier,
ContentSigner signer,
DigestCalculatorProvider digesterProvider) |
SignerInfoGenerator(org.bouncycastle.asn1.cms.SignerIdentifier signerIdentifier,
ContentSigner signer,
DigestCalculatorProvider digesterProvider,
boolean isDirectSignature) |
SignerInfoGenerator(org.bouncycastle.asn1.cms.SignerIdentifier signerIdentifier,
ContentSigner signer,
DigestCalculatorProvider digesterProvider,
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) |
| Modifier and Type | Method and Description |
|---|---|
ContentSigner |
BcContentSignerBuilder.build(org.bouncycastle.crypto.params.AsymmetricKeyParameter privateKey) |
| Modifier and Type | Method and Description |
|---|---|
ContentSigner |
JcaContentSignerBuilder.build(PrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
PKCS10CertificationRequestHolder |
PKCS10CertificationRequestBuilder.build(ContentSigner signer)
Generate an PKCS#10 request based on the past in signer.
|
Copyright © 2014. All rights reserved.