Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/x509/
DPolicyInformation.java71 private CertificatePolicyId policyIdentifier; field in PolicyInformation
85 public PolicyInformation(CertificatePolicyId policyIdentifier, in PolicyInformation() argument
92 this.policyIdentifier = policyIdentifier; in PolicyInformation()
106 policyIdentifier = new CertificatePolicyId(val.data.getDerValue()); in PolicyInformation()
133 if (!policyIdentifier.equals(piOther.getPolicyIdentifier())) in equals()
145 int myhash = 37 + policyIdentifier.hashCode(); in hashCode()
157 return policyIdentifier; in getPolicyIdentifier()
177 return policyIdentifier; in get()
193 policyIdentifier = (CertificatePolicyId)obj; in set()
198 if (policyIdentifier == null) { in set()
[all …]