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

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX500Name.java130 public class X500Name implements GeneralNameInterface, Principal { class in inherits:GeneralNameInterface,Principal
151 public X500Name(String dname) throws IOException { method in class:X500Name
163 public X500Name(String dname, Map<String, String> keywordMap) method in class:X500Name
171 * DEFAULT is the default format used by the X500Name(String)
177 public X500Name(String dname, String format) throws IOException { method in class:X500Name
203 public X500Name(String commonName, String organizationUnit, method in class:X500Name
240 public X500Name(String commonName, String organizationUnit, method in class:X500Name
275 public X500Name(RDN[] rdnArray) throws IOException { method in class:X500Name
282 throw new IOException("Cannot create an X500Name");
294 public X500Name(DerValu method in class:X500Name
306 public X500Name(DerInputStream in) throws IOException { method in class:X500Name
315 public X500Name(byte[] name) throws IOException { method in class:X500Name
[all...]

Completed in 33 milliseconds