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 |
---|---|
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(SignerIdentifier signerIdentifier,
ContentSigner signer,
DigestCalculatorProvider digesterProvider) |
SignerInfoGenerator(SignerIdentifier signerIdentifier,
ContentSigner signer,
DigestCalculatorProvider digesterProvider,
boolean isDirectSignature) |
SignerInfoGenerator(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(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 © 2015. All rights reserved.