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 IResponseBytesBouncyCastleFactory. 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 IOCSPResponseBouncyCastleFactory. 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 classResponseBytesBCWrapper 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 IResponseBytesBouncyCastleDefaultFactory. createResponseBytes(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)Methods in com.itextpdf.bouncycastleconnector with parameters of type IResponseBytes Modifier and Type Method Description IOCSPResponseBouncyCastleDefaultFactory. 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 IResponseBytesIBouncyCastleFactory. 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 IOCSPResponseIBouncyCastleFactory. createOCSPResponse(IOCSPResponseStatus respStatus, IResponseBytes responseBytes)Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.
-