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 67 final AVA[] assertion;
70 private volatile List<AVA> avaList;
80 * If the '+' should be considered part of an AVA value, it must be
95 * If the '+' should be considered part of an AVA value, it must be
106 List<AVA> avaVec = new ArrayList<AVA>(3);
111 * We have encountered an AVA delimiter (plus sign).
114 * is part of the AVA. Otherwise, it is used as a separator, to
115 * delimit the AVA under consideration from any subsequent AVAs.
124 throw new IOException("empty AVA in RDN \"" + name + "\"")
128 AVA ava = new AVA(new StringReader(avaString), keywordMap); local
146 AVA ava = new AVA(new StringReader(avaString), keywordMap); local
206 AVA ava = new AVA local
222 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/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 1581 milliseconds