Uses of Class
org.bouncycastle.cert.ocsp.OCSPException
-
Packages that use OCSPException 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 OCSPException in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp that throw OCSPException Modifier and Type Method Description BasicOCSPResp
BasicOCSPRespBuilder. build(ContentSigner signer, X509CertificateHolder[] chain, Date producedAt)
OCSPReq
OCSPReqBuilder. build()
Generate an unsigned requestOCSPReq
OCSPReqBuilder. build(ContentSigner signer, X509CertificateHolder[] chain)
OCSPResp
OCSPRespBuilder. build(int status, Object response)
Object
OCSPResp. getResponseObject()
boolean
BasicOCSPResp. isSignatureValid(ContentVerifierProvider verifierProvider)
verify the signature against the tbsResponseData object we contain.boolean
OCSPReq. isSignatureValid(ContentVerifierProvider verifierProvider)
verify the signature against the TBSRequest object we contain.boolean
CertificateID. matchesIssuer(X509CertificateHolder issuerCert, DigestCalculatorProvider digCalcProvider)
Constructors in org.bouncycastle.cert.ocsp that throw OCSPException Constructor Description BasicOCSPRespBuilder(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo key, DigestCalculator digCalc)
construct with the responderID to be the SHA-1 keyHash of the passed in public key.CertificateID(DigestCalculator digestCalculator, X509CertificateHolder issuerCert, BigInteger number)
create from an issuer certificate and the serial number of the certificate it signed.RespID(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo subjectPublicKeyInfo, DigestCalculator digCalc)
Calculate a RespID based on the public key of the responder. -
Uses of OCSPException in org.bouncycastle.cert.ocsp.jcajce
Constructors in org.bouncycastle.cert.ocsp.jcajce that throw OCSPException Constructor Description JcaBasicOCSPRespBuilder(PublicKey key, DigestCalculator digCalc)
JcaCertificateID(DigestCalculator digestCalculator, X509Certificate issuerCert, BigInteger number)
JcaRespID(PublicKey pubKey, DigestCalculator digCalc)
-