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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DRDN.java46 * per RDN. This style is currently common.
50 * it, but we'll need to sort them when we expose the RDN class more.
69 public class RDN { class
81 * Constructs an RDN from its printable representation.
83 * An RDN may consist of one or multiple Attribute Value Assertions (AVAs),
88 * @param name String form of RDN
91 public RDN(String name) throws IOException { method in class:RDN
96 * Constructs an RDN from its printable representation.
98 * An RDN may consist of one or multiple Attribute Value Assertions (AVAs),
103 * @param name String form of RDN
107 public RDN(String name, Map<String, String> keywordMap) throws IOException { method in class:RDN
168 RDN(String name, String format) throws IOException { method in class:RDN
184 RDN(String name, String format, Map<String, String> keywordMap) method in class:RDN
240 RDN(DerValue rdn) throws IOException { method in class:RDN
259 RDN(int i) { assertion = new AVA[i]; } method in class:RDN
261 public RDN(AVA ava) { method in class:RDN
268 public RDN(AVA[] avas) { method in class:RDN
[all...]

Completed in 1386 milliseconds