Bouncy Castle Cryptography Library 1.47

org.bouncycastle.asn1.x509.qualified
Class QCStatement

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.x509.qualified.QCStatement
All Implemented Interfaces:
ASN1Encodable, ETSIQCObjectIdentifiers, RFC3739QCObjectIdentifiers

public class QCStatement
extends ASN1Object
implements ETSIQCObjectIdentifiers, RFC3739QCObjectIdentifiers

The QCStatement object.

 QCStatement ::= SEQUENCE {
   statementId        OBJECT IDENTIFIER,
   statementInfo      ANY DEFINED BY statementId OPTIONAL} 
 


Field Summary
 
Fields inherited from interface org.bouncycastle.asn1.x509.qualified.ETSIQCObjectIdentifiers
id_etsi_qcs, id_etsi_qcs_LimiteValue, id_etsi_qcs_QcCompliance, id_etsi_qcs_QcSSCD, id_etsi_qcs_RetentionPeriod
 
Fields inherited from interface org.bouncycastle.asn1.x509.qualified.RFC3739QCObjectIdentifiers
id_qcs, id_qcs_pkixQCSyntax_v1, id_qcs_pkixQCSyntax_v2
 
Constructor Summary
QCStatement(ASN1ObjectIdentifier qcStatementId)
           
QCStatement(ASN1ObjectIdentifier qcStatementId, ASN1Encodable qcStatementInfo)
           
 
Method Summary
static QCStatement getInstance(java.lang.Object obj)
           
 ASN1ObjectIdentifier getStatementId()
           
 ASN1Encodable getStatementInfo()
           
 ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QCStatement

public QCStatement(ASN1ObjectIdentifier qcStatementId)

QCStatement

public QCStatement(ASN1ObjectIdentifier qcStatementId,
                   ASN1Encodable qcStatementInfo)
Method Detail

getInstance

public static QCStatement getInstance(java.lang.Object obj)

getStatementId

public ASN1ObjectIdentifier getStatementId()

getStatementInfo

public ASN1Encodable getStatementInfo()

toASN1Primitive

public ASN1Primitive toASN1Primitive()
Specified by:
toASN1Primitive in interface ASN1Encodable
Specified by:
toASN1Primitive in class ASN1Object

Bouncy Castle Cryptography Library 1.47