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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DPolicyInformation.java39 * PolicyInformation is the class that contains a specific certificate policy
43 * The ASN.1 syntax for PolicyInformation (IMPLICIT tagging is defined in the
47 * PolicyInformation ::= SEQUENCE {
63 public class PolicyInformation { class
66 public static final String NAME = "PolicyInformation";
77 * Create an instance of PolicyInformation
85 public PolicyInformation(CertificatePolicyId policyIdentifier, method in class:PolicyInformation
96 * Create an instance of PolicyInformation, decoding from
99 * @param val the DerValue to construct the PolicyInformation from.
102 public PolicyInformation(DerValu method in class:PolicyInformation
[all...]

Completed in 29 milliseconds