Searched refs:AVA (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DRDN.java72 final AVA[] assertion;
75 private volatile List<AVA> avaList;
85 * If the '+' should be considered part of an AVA value, it must be
100 * If the '+' should be considered part of an AVA value, it must be
111 List<AVA> avaVec = new ArrayList<AVA>(3);
116 * We have encountered an AVA delimiter (plus sign).
119 * is part of the AVA. Otherwise, it is used as a separator, to
120 * delimit the AVA under consideration from any subsequent AVAs.
129 throw new IOException("empty AVA i
[all...]
H A DAVA.java42 * X.500 Attribute-Value-Assertion (AVA): an attribute, as identified by
61 public class AVA implements DerEncoder { class in inherits:DerEncoder
63 private static final Debug debug = Debug.getInstance("x509", "\t[AVA]");
114 public AVA(ObjectIdentifier type, DerValue val) { method in class:AVA
123 * Parse an RFC 1779 or RFC 2253 style AVA string: CN=fee fie foe fum
124 * or perhaps with quotes. Not all defined AVA tags are supported;
127 * This terminates at unescaped AVA separators ("+") or RDN
131 AVA(Reader in) throws IOException { method in class:AVA
136 * Parse an RFC 1779 or RFC 2253 style AVA string: CN=fee fie foe fum
140 * This terminates at unescaped AVA separator
144 AVA(Reader in, Map<String, String> keywordMap) throws IOException { method in class:AVA
154 AVA(Reader in, int format) throws IOException { method in class:AVA
173 AVA(Reader in, int format, Map<String, String> keywordMap) method in class:AVA
605 AVA(DerValue derval) throws IOException { method in class:AVA
620 AVA(DerInputStream in) throws IOException { method in class:AVA
[all...]
H A DX500Name.java142 private volatile List<AVA> allAvaList;
212 names[3].assertion[0] = new AVA(commonName_oid,
215 names[2].assertion[0] = new AVA(orgUnitName_oid,
218 names[1].assertion[0] = new AVA(orgName_oid,
221 names[0].assertion[0] = new AVA(countryName_oid,
250 names[5].assertion[0] = new AVA(commonName_oid,
253 names[4].assertion[0] = new AVA(orgUnitName_oid,
256 names[3].assertion[0] = new AVA(orgName_oid,
259 names[2].assertion[0] = new AVA(localityName_oid,
262 names[1].assertion[0] = new AVA(stateName_oi
[all...]
H A DNameConstraintsExtension.java579 AVA ava = (AVA)t.next();

Completed in 507 milliseconds