Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDEROctetString
Packages that use IDEROctetString
Package
Description
-
Uses of IDEROctetString in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDEROctetStringModifier and TypeMethodDescriptionBouncyCastleFactory.createDEROctetString
(byte[] bytes) Create DER Octet string wrapper frombyte[]
.BouncyCastleFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IDEROctetStringModifier and TypeMethodDescriptionBouncyCastleFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper. -
Uses of IDEROctetString in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IDEROctetString -
Uses of IDEROctetString in com.itextpdf.bouncycastle.asn1.ocsp
Constructors in com.itextpdf.bouncycastle.asn1.ocsp with parameters of type IDEROctetStringModifierConstructorDescriptionResponseBytesBC
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Creates new wrapper instance forResponseBytes
. -
Uses of IDEROctetString in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDEROctetStringModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createDEROctetString
(byte[] bytes) BouncyCastleDefaultFactory.createDEROctetString
(IASN1Encodable encodable) Methods in com.itextpdf.bouncycastleconnector with parameters of type IDEROctetStringModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) -
Uses of IDEROctetString in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IDEROctetStringModifier and TypeMethodDescriptionIBouncyCastleFactory.createDEROctetString
(byte[] bytes) Create DER Octet string wrapper frombyte[]
.IBouncyCastleFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IDEROctetStringModifier and TypeMethodDescriptionIBouncyCastleFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.