Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.52.0.redhat-3
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static org.bouncycastle.asn1.x509.AlgorithmIdentifier |
HASH_SHA1 |
-
Constructor Summary
Constructors
Constructor and Description |
RespID(org.bouncycastle.asn1.ocsp.ResponderID id) |
RespID(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo,
DigestCalculator digCalc)
Calculate a RespID based on the public key of the responder.
|
RespID(org.bouncycastle.asn1.x500.X500Name name) |
-
-
Constructor Detail
-
RespID
public RespID(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo,
DigestCalculator digCalc)
throws OCSPException
Calculate a RespID based on the public key of the responder.
- Parameters:
subjectPublicKeyInfo
- the info structure for the responder public key.
digCalc
- a SHA-1 digest calculator.
- Throws:
OCSPException
- on exception creating ID.
Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.52.0.redhat-3
Copyright © 2016 BouncyCastle.org. All rights reserved.