Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ocsp.IResponseBytes
Package
Description
-
Uses of IResponseBytes in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.Modifier 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
ModifierConstructorDescriptionOCSPResponseBC
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Creates new wrapper instance forOCSPResponse
. -
Uses of IResponseBytes in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper. -
Uses of IResponseBytes in com.itextpdf.bouncycastlefips.asn1.ocsp
ModifierConstructorDescriptionOCSPResponseBCFips
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Creates new wrapper instance forOCSPResponse
. -
Uses of IResponseBytes in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createOCSPResponse
(IOCSPResponseStatus respStatus, IResponseBytes responseBytes) Create OCSP Response wrapper from OCSP Response status wrapper and response bytes wrapper.