Package org.bouncycastle.cert.ocsp
Class RespID
java.lang.Object
org.bouncycastle.cert.ocsp.RespID
- Direct Known Subclasses:
JcaRespID
Carrier for a ResponderID.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRespID(ResponderID id) RespID(SubjectPublicKeyInfo subjectPublicKeyInfo, DigestCalculator digCalc) Calculate a RespID based on the public key of the responder. -
Method Summary
-
Field Details
-
HASH_SHA1
-
-
Constructor Details
-
RespID
-
RespID
-
RespID
public RespID(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.
-
-
Method Details