Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.ITBSCertificate
-
Packages that use ITBSCertificate Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.x509 com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of ITBSCertificate in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ITBSCertificate Modifier and Type Method Description ITBSCertificate
BouncyCastleFactory. createTBSCertificate(byte[] bytes)
Create TBS Certificate wrapper from ASN1 Encoded data.ITBSCertificate
BouncyCastleFactory. createTBSCertificate(IASN1Encodable encodable)
Create TBS Certificate wrapper from ASN1 Encodable wrapper. -
Uses of ITBSCertificate in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement ITBSCertificate Modifier and Type Class Description class
TBSCertificateBC
Wrapper class forTBSCertificate
. -
Uses of ITBSCertificate in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return ITBSCertificate Modifier and Type Method Description ITBSCertificate
BouncyCastleDefaultFactory. createTBSCertificate(byte[] bytes)
ITBSCertificate
BouncyCastleDefaultFactory. createTBSCertificate(IASN1Encodable encodable)
-
Uses of ITBSCertificate in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ITBSCertificate Modifier and Type Method Description ITBSCertificate
IBouncyCastleFactory. createTBSCertificate(byte[] bytes)
Create TBS Certificate wrapper from ASN1 Encoded data.ITBSCertificate
IBouncyCastleFactory. createTBSCertificate(IASN1Encodable encodable)
Create TBS Certificate wrapper from ASN1 Encodable wrapper.
-