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

/libcore/ojluni/src/main/java/sun/security/x509/
H A DAVA.java139 * keyword/OID map.
167 * @param keywordMap a Map where a keyword String maps to a corresponding
168 * OID String. Each AVA keyword will be mapped to the corresponding OID.
170 * keyword/OID mapping.
182 * First get the keyword indicating the attribute's type,
709 * OID/keyword map.
728 * OID/keyword map.
1054 private String toKeywordValueString(String keyword) { argument
1057 * production as practical. First the keyword (mandatory),
1062 retval.append(keyword);
1195 private String keyword; field in class:AVAKeyword
1199 AVAKeyword(String keyword, ObjectIdentifier oid, boolean rfc1779Compliant, boolean rfc2253Compliant) argument
1231 getOID(String keyword, int standard) argument
1248 getOID(String keyword, int standard, Map<String, String> extraKeywordMap) argument
[all...]

Completed in 409 milliseconds