public class X509Principal extends X509Name implements java.security.Principal
Objects of this type can be created from certificates and CRLs using the PrincipalUtil class.
PrincipalUtil
BUSINESS_CATEGORY, C, CN, COUNTRY_OF_CITIZENSHIP, COUNTRY_OF_RESIDENCE, DATE_OF_BIRTH, DC, DefaultLookUp, DefaultReverse, DefaultSymbols, DMD_NAME, DN_QUALIFIER, E, EmailAddress, GENDER, GENERATION, GIVENNAME, INITIALS, L, NAME, NAME_AT_BIRTH, O, OIDLookUp, OU, PLACE_OF_BIRTH, POSTAL_ADDRESS, POSTAL_CODE, PSEUDONYM, RFC1779Symbols, RFC2253Symbols, SERIALNUMBER, SN, ST, STREET, SURNAME, SymbolLookUp, T, TELEPHONE_NUMBER, UID, UNIQUE_IDENTIFIER, UnstructuredAddress, UnstructuredName
Constructor and Description |
---|
X509Principal(boolean reverse,
java.util.Hashtable lookUp,
java.lang.String dirName)
Deprecated.
Takes an X509 dir name as a string of the format "C=AU, ST=Victoria", or
some such, converting it into an ordered set of name attributes. lookUp
should provide a table of lookups, indexed by lowercase only strings and
yielding a ASN1ObjectIdentifier, other than that OID. and numeric oids
will be processed automatically.
|
X509Principal(boolean reverse,
java.lang.String dirName)
Deprecated.
Takes an X509 dir name as a string of the format "C=AU,ST=Victoria", or
some such, converting it into an ordered set of name attributes.
|
X509Principal(byte[] bytes)
Deprecated.
Constructor from an encoded byte array.
|
X509Principal(java.util.Hashtable attributes)
Deprecated.
constructor from a table of attributes.
|
X509Principal(java.lang.String dirName)
Deprecated.
takes an X509 dir name as a string of the format "C=AU,ST=Victoria", or
some such, converting it into an ordered set of name attributes.
|
X509Principal(java.util.Vector ordering,
java.util.Hashtable attributes)
Deprecated.
constructor from a table of attributes and a vector giving the
specific ordering required for encoding or conversion to a string.
|
X509Principal(java.util.Vector oids,
java.util.Vector values)
Deprecated.
constructor from a vector of attribute values and a vector of OIDs.
|
X509Principal(X500Name name)
Deprecated.
Constructor from an X509Name object.
|
X509Principal(X509Name name)
Deprecated.
Constructor from an X509Name object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncoded()
Deprecated.
return a DER encoded byte array representing this object
|
java.lang.String |
getName()
Deprecated.
|
equals, equals, getInstance, getInstance, getOIDs, getValues, getValues, hashCode, toASN1Primitive, toString, toString
getEncoded, hasEncodedTagValue, toASN1Object
public X509Principal(byte[] bytes) throws java.io.IOException
java.io.IOException
public X509Principal(X509Name name)
public X509Principal(X500Name name)
public X509Principal(java.util.Hashtable attributes)
it's is assumed the table contains OID/String pairs.
public X509Principal(java.util.Vector ordering, java.util.Hashtable attributes)
it's is assumed the table contains OID/String pairs.
public X509Principal(java.util.Vector oids, java.util.Vector values)
public X509Principal(java.lang.String dirName)
public X509Principal(boolean reverse, java.lang.String dirName)
public X509Principal(boolean reverse, java.util.Hashtable lookUp, java.lang.String dirName)
If reverse is true, create the encoded version of the sequence starting from the last element in the string.
public java.lang.String getName()
getName
in interface java.security.Principal
public byte[] getEncoded()
getEncoded
in interface Encodable
getEncoded
in class ASN1Object