Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.ess.IESSCertID
-
Packages that use IESSCertID Package Description com.itextpdf.bouncycastle.asn1.ess com.itextpdf.commons.bouncycastle.asn1.ess -
-
Uses of IESSCertID in com.itextpdf.bouncycastle.asn1.ess
Classes in com.itextpdf.bouncycastle.asn1.ess that implement IESSCertID Modifier and Type Class Description class
ESSCertIDBC
Wrapper class forESSCertID
.Methods in com.itextpdf.bouncycastle.asn1.ess that return IESSCertID Modifier and Type Method Description IESSCertID[]
SigningCertificateBC. getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificate object. -
Uses of IESSCertID in com.itextpdf.commons.bouncycastle.asn1.ess
Methods in com.itextpdf.commons.bouncycastle.asn1.ess that return IESSCertID Modifier and Type Method Description IESSCertID[]
ISigningCertificate. getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificate object.
-