Interface ISigningCertificateV2
-
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
SigningCertificateV2BC
public interface ISigningCertificateV2 extends IASN1Encodable
This interface represents the wrapper for SigningCertificateV2 that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IESSCertIDv2[]
getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificateV2 object.-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
-
-
-
Method Detail
-
getCerts
IESSCertIDv2[] getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificateV2 object.- Returns:
- array of wrapped certificates
IESSCertIDv2
.
-
-