HomeSort by relevance Sort by last modified time
    Searched refs:ava (Results 1 - 5 of 5) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
RDN.java 73 final AVA[] assertion;
76 private volatile List<AVA> avaList;
86 * If the '+' should be considered part of an AVA value, it must be
101 * If the '+' should be considered part of an AVA value, it must be
112 List<AVA> avaVec = new ArrayList<AVA>(3);
117 * We have encountered an AVA delimiter (plus sign).
120 * is part of the AVA. Otherwise, it is used as a separator, to
121 * delimit the AVA under consideration from any subsequent AVAs.
130 throw new IOException("empty AVA in RDN \"" + name + "\"")
134 AVA ava = new AVA(new StringReader(avaString), keywordMap); local
152 AVA ava = new AVA(new StringReader(avaString), keywordMap); local
212 AVA ava = new AVA local
228 AVA ava = new AVA(new StringReader(avaString), AVA.RFC2253, keywordMap); local
    [all...]
NameConstraintsExtension.java 573 for (AVA ava : subject.allAvas()) {
574 ObjectIdentifier attrOID = ava.getObjectIdentifier();
576 String attrValue = ava.getValueString();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 1309 StringBuffer ava = null; local
    [all...]
  /external/v8/test/webkit/fast/regex/
parentheses.js 56 var regexp11 = /([Jj]ava([Ss]cript)?)\sis\s(fun\w*)/;
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 77 milliseconds