Interface IQCStatement
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
QCStatementBC,QCStatementBCFips
This interface represents the wrapper for QCStatement that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetStatementIdmethod for the wrapped QCStatement object.Calls actualgetStatementInfomethod for the wrapped QCStatement object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getStatementId
IASN1ObjectIdentifier getStatementId()Calls actualgetStatementIdmethod for the wrapped QCStatement object.- Returns:
-
IASN1ObjectIdentifierwrapped ASN1ObjectIdentifier object.
-
getStatementInfo
IASN1Encodable getStatementInfo()Calls actualgetStatementInfomethod for the wrapped QCStatement object.- Returns:
-
IASN1Encodablewrapped ASN1Encodable object.
-