org.bouncycastle.asn1.x509.qualified
Class QCStatement
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.x509.qualified.QCStatement
- All Implemented Interfaces:
- ASN1Encodable, Encodable, ETSIQCObjectIdentifiers, RFC3739QCObjectIdentifiers
- public class QCStatement
- extends ASN1Object
- implements ETSIQCObjectIdentifiers, RFC3739QCObjectIdentifiers
The QCStatement object.
QCStatement ::= SEQUENCE {
statementId OBJECT IDENTIFIER,
statementInfo ANY DEFINED BY statementId OPTIONAL}
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
QCStatement
public QCStatement(ASN1ObjectIdentifier qcStatementId)
QCStatement
public QCStatement(ASN1ObjectIdentifier qcStatementId,
ASN1Encodable qcStatementInfo)
getInstance
public static QCStatement getInstance(java.lang.Object obj)
getStatementId
public ASN1ObjectIdentifier getStatementId()
getStatementInfo
public ASN1Encodable getStatementInfo()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Description copied from class:
ASN1Object
- Method providing a primitive representation of this object suitable for encoding.
- Overrides:
toASN1Primitive
in class ASN1Object
- Following copied from class:
org.bouncycastle.asn1.ASN1Object
- Returns:
- a primitive representation of this object.