Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IResponseBytes
-
Packages that use IResponseBytes Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.ocsp com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IResponseBytes in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IResponseBytes Modifier and Type Method Description IResponseBytes
BouncyCastleFactory. createResponseBytes(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IResponseBytes Modifier and Type Method Description IOCSPResponse
BouncyCastleFactory. createOCSPResponse(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)
Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper. -
Uses of IResponseBytes in com.itextpdf.bouncycastle.asn1.ocsp
Classes in com.itextpdf.bouncycastle.asn1.ocsp that implement IResponseBytes Modifier and Type Class Description class
ResponseBytesBC
Wrapper class forResponseBytes
.Constructors in com.itextpdf.bouncycastle.asn1.ocsp with parameters of type IResponseBytes Constructor Description OCSPResponseBC(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)
Creates new wrapper instance forOCSPResponse
. -
Uses of IResponseBytes in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IResponseBytes Modifier and Type Method Description IResponseBytes
BouncyCastleDefaultFactory. createResponseBytes(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IResponseBytes Modifier and Type Method Description IOCSPResponse
BouncyCastleDefaultFactory. createOCSPResponse(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)
-
Uses of IResponseBytes in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IResponseBytes Modifier and Type Method Description IResponseBytes
IBouncyCastleFactory. createResponseBytes(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IResponseBytes Modifier and Type Method Description IOCSPResponse
IBouncyCastleFactory. createOCSPResponse(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)
Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.
-