Modifier and Type | Field and Description |
---|---|
static org.bouncycastle.asn1.x509.AlgorithmIdentifier |
HASH_SHA1 |
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) |
public RespID(org.bouncycastle.asn1.ocsp.ResponderID id)
public RespID(org.bouncycastle.asn1.x500.X500Name name)
public RespID(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo, DigestCalculator digCalc) throws OCSPException
subjectPublicKeyInfo
- the info structure for the responder public key.digCalc
- a SHA-1 digest calculator.OCSPException
- on exception creating ID.