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

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DPolicyInformation.java13 private DERObjectIdentifier policyIdentifier; field in class:PolicyInformation
25 policyIdentifier = DERObjectIdentifier.getInstance(seq.getObjectAt(0));
34 DERObjectIdentifier policyIdentifier)
36 this.policyIdentifier = policyIdentifier;
40 DERObjectIdentifier policyIdentifier,
43 this.policyIdentifier = policyIdentifier;
60 return policyIdentifier;
70 * policyIdentifier CertPolicyI
33 PolicyInformation( DERObjectIdentifier policyIdentifier) argument
39 PolicyInformation( DERObjectIdentifier policyIdentifier, ASN1Sequence policyQualifiers) argument
[all...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
H A DPolicyInformation.java42 * policyIdentifier CertPolicyId,
54 // the value of policyIdentifier field of the structure
55 private String policyIdentifier; field in class:PolicyInformation
61 * @param policyIdentifier: String
63 public PolicyInformation(String policyIdentifier) { argument
64 this.policyIdentifier = policyIdentifier;
68 * Returns the value of policyIdentifier field of the structure.
69 * @return policyIdentifier
72 return policyIdentifier;
[all...]

Completed in 2295 milliseconds