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

/openjdk7/jdk/src/share/classes/sun/security/x509/
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...]

Completed in 796 milliseconds