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 69 final AVA[] assertion;
72 private volatile List<AVA> avaList;
82 * If the '+' should be considered part of an AVA value, it must be
97 * If the '+' should be considered part of an AVA value, it must be
108 List<AVA> avaVec = new ArrayList<AVA>(3);
113 * We have encountered an AVA delimiter (plus sign).
116 * is part of the AVA. Otherwise, it is used as a separator, to
117 * delimit the AVA under consideration from any subsequent AVAs.
126 throw new IOException("empty AVA in RDN \"" + name + "\"")
130 AVA ava = new AVA(new StringReader(avaString), keywordMap); local
148 AVA ava = new AVA(new StringReader(avaString), keywordMap); local
208 AVA ava = new AVA local
224 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 1307 StringBuffer ava = null; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 636 int i, rlen = strlen(httpreq), ava; local
659 if ((ava = conn->nbytes - conn->rindex) > 0) {
660 if (ava > length)
661 ava = length;
662 length -= ava;
663 conn->rindex += ava;
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 174 milliseconds