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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DCertificatePolicies.java46 /** the values of policyInformation field of the structure */
68 * Returns the values of policyInformation field of the structure.
74 public CertificatePolicies addPolicyInformation(PolicyInformation policyInformation) { argument
79 policyInformations.add(policyInformation);
95 for (PolicyInformation policyInformation : policyInformations) {
98 policyInformation.dumpValue(sb);

Completed in 85 milliseconds