Searched refs:policyIdentifier (Results 1 – 1 of 1) sorted by relevance
71 private CertificatePolicyId policyIdentifier; field in PolicyInformation85 public PolicyInformation(CertificatePolicyId policyIdentifier, in PolicyInformation() argument92 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 …]