Class QCStatementBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.x509.qualified.QCStatementBC
- All Implemented Interfaces:
-
IASN1Encodable,IQCStatement
Wrapper class for QCStatement.
-
Constructor Summary
ConstructorsConstructorDescriptionQCStatementBC(org.bouncycastle.asn1.x509.qualified.QCStatement qcStatement) Creates a new wrapper instance forQCStatement. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.qualified.QCStatementGets actualQCStatementobject being wrapped.Calls actualgetStatementIdmethod for the wrapped QCStatement object.Calls actualgetStatementInfomethod for the wrapped QCStatement object.Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
QCStatementBC
public QCStatementBC(org.bouncycastle.asn1.x509.qualified.QCStatement qcStatement) Creates a new wrapper instance forQCStatement.- Parameters:
-
qcStatement-QCStatementto be wrapped
-
-
Method Details
-
getQCStatement
public org.bouncycastle.asn1.x509.qualified.QCStatement getQCStatement()Gets actualQCStatementobject being wrapped.- Returns:
-
wrapped
QCStatement.
-
getStatementId
Calls actualgetStatementIdmethod for the wrapped QCStatement object.- Specified by:
-
getStatementIdin interfaceIQCStatement - Returns:
-
IASN1ObjectIdentifierwrapped ASN1ObjectIdentifier object.
-
getStatementInfo
Calls actualgetStatementInfomethod for the wrapped QCStatement object.- Specified by:
-
getStatementInfoin interfaceIQCStatement - Returns:
-
IASN1Encodablewrapped ASN1Encodable object.
-