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