| Package | Description |
|---|---|
| org.bouncycastle.cert.ocsp |
Basic support package for handling and creating OCSP (RFC 2560) online certificate status requests.
|
| org.bouncycastle.cert.ocsp.jcajce |
JCA extensions to the OCSP online certificate status package.
|
| 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.operator |
Basic operators for doing encryption, signing, and digest operations.
|
| org.bouncycastle.operator.bc |
| Constructor and Description |
|---|
BasicOCSPRespBuilder(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo key,
DigestCalculator digCalc)
construct with the responderID to be the SHA-1 keyHash of the passed in public key.
|
CertificateID(DigestCalculator digestCalculator,
X509CertificateHolder issuerCert,
BigInteger number)
create from an issuer certificate and the serial number of the
certificate it signed.
|
RespID(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo,
DigestCalculator digCalc)
Calculate a RespID based on the public key of the responder.
|
| Constructor and Description |
|---|
JcaBasicOCSPRespBuilder(PublicKey key,
DigestCalculator digCalc) |
JcaCertificateID(DigestCalculator digestCalculator,
X509Certificate issuerCert,
BigInteger number) |
JcaRespID(PublicKey pubKey,
DigestCalculator digCalc) |
| Modifier and Type | Method and Description |
|---|---|
DigestCalculator |
SignerInformationVerifier.getDigestCalculator(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
CMSAuthenticatedData |
CMSAuthenticatedDataGenerator.generate(CMSTypedData typedData,
MacCalculator macCalculator,
DigestCalculator digestCalculator)
Generate an authenticated data object from the passed in typedData and MacCalculator.
|
OutputStream |
CMSAuthenticatedDataStreamGenerator.open(org.bouncycastle.asn1.ASN1ObjectIdentifier dataType,
OutputStream out,
MacCalculator macCalculator,
DigestCalculator digestCalculator)
generate an authenticated data structure with the encapsulated bytes marked as type dataType.
|
OutputStream |
CMSAuthenticatedDataStreamGenerator.open(OutputStream out,
MacCalculator macCalculator,
DigestCalculator digestCalculator) |
| Modifier and Type | Method and Description |
|---|---|
DigestCalculator |
DigestCalculatorProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
DigestCalculator |
BcDigestCalculatorProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm) |
Copyright © 2014. All rights reserved.