Home » geronimo-2.2-source-release » org.apache.geronimo.crypto.asn1.x509 » [javadoc | source]
org.apache.geronimo.crypto.asn1.x509
public class: PolicyQualifierId [javadoc | source]
java.lang.Object
   org.apache.geronimo.crypto.asn1.ASN1Encodable
      org.apache.geronimo.crypto.asn1.DERObject
         org.apache.geronimo.crypto.asn1.DERObjectIdentifier
            org.apache.geronimo.crypto.asn1.x509.PolicyQualifierId

All Implemented Interfaces:
    DERTags, DEREncodable

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
public static final  PolicyQualifierId id_qt_cps     
public static final  PolicyQualifierId id_qt_unotice     
Fields inherited from org.apache.geronimo.crypto.asn1.DERObjectIdentifier:
identifier
Methods from org.apache.geronimo.crypto.asn1.DERObjectIdentifier:
encode,   equals,   getId,   getInstance,   getInstance,   hashCode,   toString
Methods from org.apache.geronimo.crypto.asn1.DERObject:
encode,   equals,   hashCode,   toASN1Object
Methods from org.apache.geronimo.crypto.asn1.ASN1Encodable:
equals,   getDERObject,   getEncoded,   hashCode,   toASN1Object
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait