Class SigningCertificateBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.ess.SigningCertificateBC
- All Implemented Interfaces:
-
ISigningCertificate
,IASN1Encodable
Wrapper class for
SigningCertificate
.
-
Constructor Summary
ConstructorDescriptionSigningCertificateBC
(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.bouncycastle.asn1.ASN1EncodableBC
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
-
SigningCertificateBC
public SigningCertificateBC(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
.
-