| 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.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.bc | |
| org.bouncycastle.cms.jcajce | |
| org.bouncycastle.operator.bc | |
| org.bouncycastle.operator.jcajce |
| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeCertificateHolder.setDigestCalculatorProvider(DigestCalculatorProvider digCalcProvider)
Set a digest calculator provider to be used if matches are attempted using
ObjectDigestInfo,
|
| Modifier and Type | Method and Description |
|---|---|
CertificateConfirmationContent |
CertificateConfirmationContentBuilder.build(DigestCalculatorProvider digesterProvider) |
boolean |
CertificateStatus.isVerified(X509CertificateHolder certHolder,
DigestCalculatorProvider digesterProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CertificateID.matchesIssuer(X509CertificateHolder issuerCert,
DigestCalculatorProvider digCalcProvider) |
| Constructor and Description |
|---|
CMSAuthenticatedData(byte[] authData,
DigestCalculatorProvider digestCalculatorProvider) |
CMSAuthenticatedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo,
DigestCalculatorProvider digestCalculatorProvider) |
CMSAuthenticatedData(InputStream authData,
DigestCalculatorProvider digestCalculatorProvider) |
CMSAuthenticatedDataParser(byte[] envelopedData,
DigestCalculatorProvider digestCalculatorProvider) |
CMSAuthenticatedDataParser(InputStream envelopedData,
DigestCalculatorProvider digestCalculatorProvider) |
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) |
SignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider) |
SignerInformationVerifier(ContentVerifierProvider verifierProvider,
DigestCalculatorProvider digestProvider) |
| Constructor and Description |
|---|
BcRSASignerInfoVerifierBuilder(DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
DigestCalculatorProvider digestCalculatorProvider) |
| Constructor and Description |
|---|
JcaSignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
BcDigestCalculatorProvider |
| Modifier and Type | Method and Description |
|---|---|
DigestCalculatorProvider |
JcaDigestCalculatorProviderBuilder.build() |
Copyright © 2014. All rights reserved.