Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IResponseBytes
Packages that use IResponseBytes
Package
Description
-
Uses of IResponseBytes in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IResponseBytesModifier and TypeMethodDescriptionBouncyCastleFactory.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 IResponseBytesModifier and TypeMethodDescriptionBouncyCastleFactory.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 IResponseBytesConstructors in com.itextpdf.bouncycastle.asn1.ocsp with parameters of type IResponseBytesModifierConstructorDescriptionOCSPResponseBC
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Creates new wrapper instance forOCSPResponse
. -
Uses of IResponseBytes in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IResponseBytesModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Methods in com.itextpdf.bouncycastleconnector with parameters of type IResponseBytesModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) -
Uses of IResponseBytes in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IResponseBytesModifier and TypeMethodDescriptionIBouncyCastleFactory.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 IResponseBytesModifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.