Uses of Class
org.bouncycastle.cert.ocsp.RespID
-
Packages that use RespID Package Description org.bouncycastle.cert.ocsp Basic support package for handling and creating OCSP (RFC 2560) online certificate status requests.org.bouncycastle.cert.ocsp.jcajce JCA extensions to the OCSP online certificate status package. -
-
Uses of RespID in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp that return RespID Modifier and Type Method Description RespID
BasicOCSPResp. getResponderId()
RespID
RespData. getResponderId()
Constructors in org.bouncycastle.cert.ocsp with parameters of type RespID Constructor Description BasicOCSPRespBuilder(RespID responderID)
basic constructor -
Uses of RespID in org.bouncycastle.cert.ocsp.jcajce
Subclasses of RespID in org.bouncycastle.cert.ocsp.jcajce Modifier and Type Class Description class
JcaRespID
-