All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----iaik.x509.V3Extension
|
+----iaik.x509.extensions.CertificatePolicies
certificatePolicies ::= SEQUENCE SIZE (1..MAX) OF PolicyInformationThe certificate policies extension contains a sequence of policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. These policy information terms indicate the policy under which the certificate has been issued and the purposes for which the certificate may be used. This profile strongly recommends that a simple OID be present in this field. Optional qualifiers which may be present are expected to provide information about obtaining CA rules, not change the definition of the policy. More information can be found in draft-ietf-pkix-ipki-part1-05.txt section 4.2.1.5 Certificate Policies.PolicyInformation ::= SEQUENCE { policyIdentifier CertPolicyId, policyQualifiers SEQUENCE SIZE (1..MAX) OF PolicyQualifierInfo OPTIONAL }
CertPolicyId ::= OBJECT IDENTIFIER
PolicyQualifierInfo ::= SEQUENCE { policyQualifierId PolicyQualifierId, qualifier ANY DEFINED BY policyQualifierId }
public CertificatePolicies()
public CertificatePolicies(PolicyInformation certificatePolicies[])
public ObjectID getObjectID()
public void init(ASN1Object obj) throws ExtensionException
public ASN1Object toASN1Object()
public int hashCode()
public String toString()
All Packages Class Hierarchy This Package Previous Next Index