Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDEROctetString
Package
Description
-
Uses of IDEROctetString in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createDEROctetString
(byte[] bytes) Create DER Octet string wrapper frombyte[]
.BouncyCastleFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.Modifier 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
-
Uses of IDEROctetString in com.itextpdf.bouncycastle.asn1.ocsp
ModifierConstructorDescriptionResponseBytesBC
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Creates new wrapper instance forResponseBytes
. -
Uses of IDEROctetString in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createDEROctetString
(byte[] bytes) Create DER Octet string wrapper frombyte[]
.BouncyCastleFipsFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.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.bouncycastlefips.asn1
-
Uses of IDEROctetString in com.itextpdf.bouncycastlefips.asn1.ocsp
ModifierConstructorDescriptionResponseBytesBCFips
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Creates new wrapper instance forResponseBytes
. -
Uses of IDEROctetString in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createDEROctetString
(byte[] bytes) Create DER Octet string wrapper frombyte[]
.IBouncyCastleFactory.createDEROctetString
(IASN1Encodable encodable) Cast ASN1 Encodable wrapper to DER Octet string wrapper.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createResponseBytes
(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString) Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.