Class SigningCertificateBC
- java.lang.Object
-
- com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
-
- com.itextpdf.bouncycastle.asn1.ess.SigningCertificateBC
-
- All Implemented Interfaces:
ISigningCertificate
,IASN1Encodable
public class SigningCertificateBC extends ASN1EncodableBC implements ISigningCertificate
Wrapper class forSigningCertificate
.
-
-
Constructor Summary
Constructors Constructor Description SigningCertificateBC(org.bouncycastle.asn1.ess.SigningCertificate signingCertificate)
Creates new wrapper instance forSigningCertificate
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IESSCertID[]
getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificate object.org.bouncycastle.asn1.ess.SigningCertificate
getSigningCertificate()
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
-
-
-
-
Method Detail
-
getSigningCertificate
public org.bouncycastle.asn1.ess.SigningCertificate getSigningCertificate()
Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
SigningCertificate
.
-
getCerts
public IESSCertID[] getCerts()
Calls actualgetCerts
method for the wrapped SigningCertificate object.- Specified by:
getCerts
in interfaceISigningCertificate
- Returns:
- array of wrapped certificates
IESSCertID
.
-
-