public class RespID
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AlgorithmIdentifier |
HASH_SHA1 |
| Constructor and Description |
|---|
RespID(ResponderID id) |
RespID(SubjectPublicKeyInfo subjectPublicKeyInfo,
org.bouncycastle.operator.DigestCalculator digCalc)
Calculate a RespID based on the public key of the responder.
|
RespID(X500Name name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
ResponderID |
toASN1Primitive() |
public RespID(ResponderID id)
public RespID(X500Name name)
public RespID(SubjectPublicKeyInfo subjectPublicKeyInfo,
org.bouncycastle.operator.DigestCalculator digCalc)
throws OCSPException
subjectPublicKeyInfo - the info structure for the responder public key.digCalc - a SHA-1 digest calculator.OCSPException - on exception creating ID.