Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDEROctetString
-
Packages that use IDEROctetString Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1 com.itextpdf.bouncycastle.asn1.ocsp com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IDEROctetString in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDEROctetString Modifier and Type Method Description IDEROctetString
BouncyCastleFactory. createDEROctetString(byte[] bytes)
Create DER Octet string wrapper frombyte[]
.IDEROctetString
BouncyCastleFactory. createDEROctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to DER Octet string wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IDEROctetString Modifier and Type Method Description IResponseBytes
BouncyCastleFactory. 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 Modifier and Type Class Description class
DEROctetStringBC
Wrapper class forDEROctetString
. -
Uses of IDEROctetString in com.itextpdf.bouncycastle.asn1.ocsp
Constructors in com.itextpdf.bouncycastle.asn1.ocsp with parameters of type IDEROctetString Constructor Description ResponseBytesBC(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
Creates new wrapper instance forResponseBytes
. -
Uses of IDEROctetString in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDEROctetString Modifier and Type Method Description IDEROctetString
BouncyCastleDefaultFactory. createDEROctetString(byte[] bytes)
IDEROctetString
BouncyCastleDefaultFactory. createDEROctetString(IASN1Encodable encodable)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IDEROctetString Modifier and Type Method Description IResponseBytes
BouncyCastleDefaultFactory. createResponseBytes(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
-
Uses of IDEROctetString in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IDEROctetString Modifier and Type Method Description IDEROctetString
IBouncyCastleFactory. createDEROctetString(byte[] bytes)
Create DER Octet string wrapper frombyte[]
.IDEROctetString
IBouncyCastleFactory. createDEROctetString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to DER Octet string wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IDEROctetString Modifier and Type Method Description IResponseBytes
IBouncyCastleFactory. createResponseBytes(IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
Create response bytes wrapper from ASN1 Object identifier wrapper and DER Octet string wrapper.
-