Searched defs:CertificatePolicyId (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertificatePolicyId.java33 * Represent the CertificatePolicyId ASN.1 object.
38 public class CertificatePolicyId { class
42 * Create a CertificatePolicyId with the ObjectIdentifier.
46 public CertificatePolicyId(ObjectIdentifier id) { method in class:CertificatePolicyId
55 public CertificatePolicyId(DerValue val) throws IOException { method in class:CertificatePolicyId
60 * Return the value of the CertificatePolicyId as an ObjectIdentifier.
67 * Returns a printable representation of the CertificatePolicyId.
70 String s = "CertificatePolicyId: ["
78 * Write the CertificatePolicyId to the DerOutputStream.
88 * Compares this CertificatePolicyId wit
[all...]

Completed in 454 milliseconds