Class QCStatementBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.x509.qualified.QCStatementBCFips
- All Implemented Interfaces:
-
IASN1Encodable,IQCStatement
Wrapper class for QCStatement.
-
Constructor Summary
ConstructorsConstructorDescriptionQCStatementBCFips(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.bouncycastlefips.asn1.ASN1EncodableBCFips
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
-
QCStatementBCFips
public QCStatementBCFips(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.
-