Bouncy Castle Cryptography Library 1.47

org.bouncycastle.asn1.x509
Class CertPolicyId

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.CertPolicyId
All Implemented Interfaces:
ASN1Encodable

public class CertPolicyId
extends ASN1ObjectIdentifier

CertPolicyId, used in the CertificatePolicies and PolicyMappings X509V3 Extensions.

     CertPolicyId ::= OBJECT IDENTIFIER
 


Constructor Summary
CertPolicyId(java.lang.String id)
           
 
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
 

Constructor Detail

CertPolicyId

public CertPolicyId(java.lang.String id)

Bouncy Castle Cryptography Library 1.47