| Modifier and Type | Field and Description |
|---|---|
static AlgorithmIdentifier |
HASH_SHA1 |
| Constructor and Description |
|---|
RespID(ResponderID id) |
RespID(SubjectPublicKeyInfo subjectPublicKeyInfo,
DigestCalculator digCalc)
Calculate a RespID based on the public key of the responder.
|
RespID(X500Name name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
ResponderID |
toASN1Object() |
public static final AlgorithmIdentifier HASH_SHA1
public RespID(ResponderID id)
public RespID(X500Name name)
public RespID(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.Copyright © 2015. All rights reserved.