java.lang.Object
javax.security.auth.x500.X500Principal
- All Implemented Interfaces:
- Serializable, Principal
- See Also:
- Top Examples, Source Code,
X509Certificate
public static final String CANONICAL
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean equals(Object o)
- See Also:
Hashtable
, Object.hashCode()
, Principal
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public byte[] getEncoded()
- See Also:
X500Principal(byte[] name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getName()
- See Also:
- Principal
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getName(String format)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int hashCode()
- See Also:
Hashtable
, Object.equals(java.lang.Object)
, Principal
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RFC1779
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final String RFC2253
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String toString()
- See Also:
- Object, Principal
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public X500Principal(byte[] name)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public X500Principal(InputStream is)
- See Also:
- IllegalArgumentException, NullPointerException,
X500Principal(byte[] name)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public X500Principal(String name)
- See Also:
- IllegalArgumentException, NullPointerException,
getName(String format)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples