Uses of Interface
com.itextpdf.commons.bouncycastle.cert.ocsp.IOCSPReq
-
-
Uses of IOCSPReq in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IOCSPReq Modifier and Type Method Description IOCSPReqBouncyCastleFactory. createOCSPReq(byte[] requestBytes)Create OCSP Req wrapper frombyte[]. -
Uses of IOCSPReq in com.itextpdf.bouncycastle.cert.ocsp
Classes in com.itextpdf.bouncycastle.cert.ocsp that implement IOCSPReq Modifier and Type Class Description classOCSPReqBCWrapper class forOCSPReq.Methods in com.itextpdf.bouncycastle.cert.ocsp that return IOCSPReq Modifier and Type Method Description IOCSPReqOCSPReqBuilderBC. build()Calls actualbuildmethod for the wrapped OCSPReqBuilder object. -
Uses of IOCSPReq in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IOCSPReq Modifier and Type Method Description IOCSPReqBouncyCastleDefaultFactory. createOCSPReq(byte[] requestBytes) -
Uses of IOCSPReq in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IOCSPReq Modifier and Type Method Description IOCSPReqIBouncyCastleFactory. createOCSPReq(byte[] requestBytes)Create OCSP Req wrapper frombyte[]. -
Uses of IOCSPReq in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IOCSPReq Modifier and Type Method Description IOCSPReqIOCSPReqBuilder. build()Calls actualbuildmethod for the wrapped OCSPReqBuilder object. -
Uses of IOCSPReq in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return IOCSPReq Modifier and Type Method Description protected static IOCSPReqOcspClientBouncyCastle. generateOCSPRequest(java.security.cert.X509Certificate issuerCert, java.math.BigInteger serialNumber)Generates an OCSP request using BouncyCastle.(package private) static IOCSPReqSignUtils. generateOcspRequestWithNonce(ICertificateID id)
-