Uses of Class
org.bouncycastle.cert.ocsp.OCSPException
Packages that use OCSPException
-
Uses of OCSPException in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp that throw OCSPExceptionModifier and TypeMethodDescriptionBasicOCSPRespBuilder.build(ContentSigner signer, X509CertificateHolder[] chain, Date producedAt) OCSPReqBuilder.build()Generate an unsigned requestOCSPReqBuilder.build(ContentSigner signer, X509CertificateHolder[] chain) OCSPResp.getResponseObject()booleanBasicOCSPResp.isSignatureValid(ContentVerifierProvider verifierProvider) verify the signature against the tbsResponseData object we contain.booleanOCSPReq.isSignatureValid(ContentVerifierProvider verifierProvider) verify the signature against the TBSRequest object we contain.booleanCertificateID.matchesIssuer(X509CertificateHolder issuerCert, DigestCalculatorProvider digCalcProvider) Constructors in org.bouncycastle.cert.ocsp that throw OCSPExceptionModifierConstructorDescriptionBasicOCSPRespBuilder(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(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 OCSPExceptionModifierConstructorDescriptionJcaBasicOCSPRespBuilder(PublicKey key, DigestCalculator digCalc) JcaCertificateID(DigestCalculator digestCalculator, X509Certificate issuerCert, BigInteger number) JcaRespID(PublicKey pubKey, DigestCalculator digCalc)