Class SigningCertificateBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ess.SigningCertificateBCFips
- All Implemented Interfaces:
-
ISigningCertificate
,IASN1Encodable
Wrapper class for
SigningCertificate
.
-
Constructor Summary
ConstructorDescriptionSigningCertificateBCFips
(org.bouncycastle.asn1.ess.SigningCertificate signingCertificate) Creates new wrapper instance forSigningCertificate
. -
Method Summary
Modifier and TypeMethodDescriptiongetCerts()
Calls actualgetCerts
method for the wrapped SigningCertificate object.org.bouncycastle.asn1.ess.SigningCertificate
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
SigningCertificateBCFips
public SigningCertificateBCFips(org.bouncycastle.asn1.ess.SigningCertificate signingCertificate) Creates new wrapper instance forSigningCertificate
.- Parameters:
-
signingCertificate
-SigningCertificate
to be wrapped
-
-
Method Details
-
getSigningCertificate
public org.bouncycastle.asn1.ess.SigningCertificate getSigningCertificate()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
SigningCertificate
.
-
getCerts
Calls actualgetCerts
method for the wrapped SigningCertificate object.- Specified by:
-
getCerts
in interfaceISigningCertificate
- Returns:
-
array of wrapped certificates
IESSCertID
.
-