Bouncy Castle Cryptography Library 1.49

org.bouncycastle.asn1.x509
Class PolicyQualifierId

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.DERObjectIdentifier
              extended by org.bouncycastle.asn1.ASN1ObjectIdentifier
                  extended by org.bouncycastle.asn1.x509.PolicyQualifierId
All Implemented Interfaces:
ASN1Encodable

public class PolicyQualifierId
extends ASN1ObjectIdentifier

PolicyQualifierId, used in the CertificatePolicies X509V3 extension.

    id-qt          OBJECT IDENTIFIER ::=  { id-pkix 2 }
    id-qt-cps      OBJECT IDENTIFIER ::=  { id-qt 1 }
    id-qt-unotice  OBJECT IDENTIFIER ::=  { id-qt 2 }
  PolicyQualifierId ::=
       OBJECT IDENTIFIER (id-qt-cps | id-qt-unotice)
 


Field Summary
static PolicyQualifierId id_qt_cps
           
static PolicyQualifierId id_qt_unotice
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.ASN1ObjectIdentifier
branch, on
 
Methods inherited from class org.bouncycastle.asn1.DERObjectIdentifier
getBody, getId, getInstance, getInstance, hashCode, toString
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id_qt_cps

public static final PolicyQualifierId id_qt_cps

id_qt_unotice

public static final PolicyQualifierId id_qt_unotice

Bouncy Castle Cryptography Library 1.49