Searched refs:policyIdentifier (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DPolicyInformation.java48 * policyIdentifier CertPolicyId,
71 private CertificatePolicyId policyIdentifier; field in class:PolicyInformation
79 * @param policyIdentifier the policyIdentifier as a
85 public PolicyInformation(CertificatePolicyId policyIdentifier, argument
92 this.policyIdentifier = policyIdentifier;
106 policyIdentifier = new CertificatePolicyId(val.data.getDerValue());
133 if (!policyIdentifier.equals(piOther.getPolicyIdentifier()))
145 int myhash = 37 + policyIdentifier
[all...]

Completed in 29 milliseconds