Searched refs:AVAKeyword (Results  1 – 2 of 2) sorted by relevance
| /libcore/ojluni/src/main/java/sun/security/x509/ | 
| D | AVA.java | 189         oid = AVAKeyword.getOID(temp.toString(), format, keywordMap);  in AVA()685         return AVAKeyword.getKeyword(oid, format, oidMap);  in toKeyword()
 1054         return AVAKeyword.hasKeyword(oid, RFC2253);  in hasRFC2253Keyword()
 1193 class AVAKeyword {  class
 1195     private static final Map<ObjectIdentifier,AVAKeyword> oidMap;
 1196     private static final Map<String,AVAKeyword> keywordMap;
 1202     private AVAKeyword(String keyword, ObjectIdentifier oid,  in AVAKeyword()  method in AVAKeyword
 1257             AVAKeyword ak = keywordMap.get(keyword);  in getOID()
 1306             AVAKeyword ak = oidMap.get(oid);  in getKeyword()
 1342         AVAKeyword ak = oidMap.get(oid);  in hasKeyword()
 [all …]
 
 | 
| /libcore/ojluni/annotations/hiddenapi/sun/security/x509/ | 
| D | AVAKeyword.java | 23 class AVAKeyword {  class25     private AVAKeyword(  in AVAKeyword()  method in AVAKeyword
 65     private static final java.util.Map<java.lang.String, sun.security.x509.AVAKeyword> keywordMap;
 75                     sun.security.util.ObjectIdentifier, sun.security.x509.AVAKeyword>
 
 |