Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ess.IESSCertIDv2
-
Packages that use IESSCertIDv2 Package Description com.itextpdf.bouncycastle.asn1.ess com.itextpdf.commons.bouncycastle.asn1.ess -
-
Uses of IESSCertIDv2 in com.itextpdf.bouncycastle.asn1.ess
Classes in com.itextpdf.bouncycastle.asn1.ess that implement IESSCertIDv2 Modifier and Type Class Description class
ESSCertIDv2BC
Wrapper class forESSCertIDv2
.Methods in com.itextpdf.bouncycastle.asn1.ess that return IESSCertIDv2 Modifier and Type Method Description IESSCertIDv2[]
SigningCertificateV2BC. getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificateV2 object. -
Uses of IESSCertIDv2 in com.itextpdf.commons.bouncycastle.asn1.ess
Methods in com.itextpdf.commons.bouncycastle.asn1.ess that return IESSCertIDv2 Modifier and Type Method Description IESSCertIDv2[]
ISigningCertificateV2. getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificateV2 object.
-