Serializable
, Comparable<Oid>
public enum Oid extends Enum<Oid>
Enum Constant | Description |
---|---|
BUSINESS_CATEGORY |
businessCategory - DirectoryString(SIZE(1..128)
|
C |
country code - StringType(SIZE(2))
|
CN |
common name - StringType(SIZE(1..64))
|
COUNTRY_OF_CITIZENSHIP |
RFC 3039 CountryOfCitizenship - PrintableString (SIZE (2)) -- ISO 3166
codes only
|
COUNTRY_OF_RESIDENCE |
RFC 3039 CountryOfResidence - PrintableString (SIZE (2)) -- ISO 3166
codes only
|
DATE_OF_BIRTH |
RFC 3039 DateOfBirth - GeneralizedTime - YYYYMMDD000000Z
|
DC |
|
DMD_NAME |
RFC 2256 dmdName
|
DN_QUALIFIER |
dnQualifier - DirectoryString(SIZE(1..64)
|
EmailAddress |
Email address (RSA PKCS#9 extension) - IA5String.
|
GENDER |
RFC 3039 Gender - PrintableString (SIZE(1)) -- "M", "F", "m" or "f"
|
GENERATION |
|
GIVENNAME |
|
INITIALS |
|
IP |
|
L |
locality name - StringType(SIZE(1..64))
|
NAME |
id-at-name
|
NAME_AT_BIRTH |
ISIS-MTT NameAtBirth - DirectoryString(SIZE(1..64)
|
O |
organization - StringType(SIZE(1..64))
|
OU |
organizational unit name - StringType(SIZE(1..64))
|
PLACE_OF_BIRTH |
RFC 3039 PlaceOfBirth - DirectoryString(SIZE(1..128)
|
POSTAL_ADDRESS |
RFC 3039 PostalAddress - SEQUENCE SIZE (1..6) OF
DirectoryString(SIZE(1..30))
|
POSTAL_CODE |
postalCode - DirectoryString(SIZE(1..40)
|
PSEUDONYM |
RFC 3039 Pseudonym - DirectoryString(SIZE(1..64)
|
SERIALNUMBER |
device serial number name - StringType(SIZE(1..64))
|
ST |
state, or province name - StringType(SIZE(1..64))
|
STREET |
street - StringType(SIZE(1..64))
|
SURNAME |
Naming attributes of type X520name
|
T |
Title
|
TELEPHONE_NUMBER |
id-at-telephoneNumber
|
UID |
LDAP User id.
|
UNIQUE_IDENTIFIER |
|
UnstructuredAddress |
|
UnstructuredName |
more from PKCS#9
|
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
|
static Oid |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Oid[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Oid C
public static final Oid O
public static final Oid OU
public static final Oid T
public static final Oid CN
public static final Oid SERIALNUMBER
public static final Oid L
public static final Oid ST
public static final Oid STREET
public static final Oid SURNAME
public static final Oid GIVENNAME
public static final Oid INITIALS
public static final Oid GENERATION
public static final Oid UNIQUE_IDENTIFIER
public static final Oid BUSINESS_CATEGORY
public static final Oid POSTAL_CODE
public static final Oid DN_QUALIFIER
public static final Oid PSEUDONYM
public static final Oid DATE_OF_BIRTH
public static final Oid PLACE_OF_BIRTH
public static final Oid GENDER
public static final Oid COUNTRY_OF_CITIZENSHIP
public static final Oid COUNTRY_OF_RESIDENCE
public static final Oid NAME_AT_BIRTH
public static final Oid POSTAL_ADDRESS
public static final Oid DMD_NAME
public static final Oid TELEPHONE_NUMBER
public static final Oid NAME
public static final Oid EmailAddress
Note: if you're trying to be ultra orthodox, don't use this! It shouldn't be in here.
public static final Oid UnstructuredName
public static final Oid UnstructuredAddress
public static final Oid DC
public static final Oid UID
public static final Oid IP
public final String oid
public static Oid[] values()
for (Oid c : Oid.values()) System.out.println(c);
public static Oid valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.