public enum X500AttributeTypeKeyword extends Enum<X500AttributeTypeKeyword>
X500PrincipalBuilder and
X500Principal.| Enum Constant and Description |
|---|
C |
CN |
DC |
DNQ |
DNQUALIFIER |
EMAILADDRESS |
GENERATION |
GIVENNAME |
INITIALS |
L |
O |
OU |
SERIALNUMBER |
ST |
STREET |
SURNAME |
T |
UID |
| Modifier and Type | Method and Description |
|---|---|
static X500AttributeTypeKeyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X500AttributeTypeKeyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X500AttributeTypeKeyword C
public static final X500AttributeTypeKeyword CN
public static final X500AttributeTypeKeyword DC
public static final X500AttributeTypeKeyword DNQ
public static final X500AttributeTypeKeyword DNQUALIFIER
public static final X500AttributeTypeKeyword EMAILADDRESS
public static final X500AttributeTypeKeyword GENERATION
public static final X500AttributeTypeKeyword GIVENNAME
public static final X500AttributeTypeKeyword INITIALS
public static final X500AttributeTypeKeyword L
public static final X500AttributeTypeKeyword O
public static final X500AttributeTypeKeyword OU
public static final X500AttributeTypeKeyword SERIALNUMBER
public static final X500AttributeTypeKeyword ST
public static final X500AttributeTypeKeyword STREET
public static final X500AttributeTypeKeyword SURNAME
public static final X500AttributeTypeKeyword T
public static final X500AttributeTypeKeyword UID
public static X500AttributeTypeKeyword 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 nullpublic static X500AttributeTypeKeyword[] values()
for (X500AttributeTypeKeyword c : X500AttributeTypeKeyword.values()) System.out.println(c);
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.