public enum GeneralNameTag extends Enum<GeneralNameTag>
| Enum Constant and Description |
|---|
directoryName |
dNSName |
ediPartyName |
iPAddress |
otherName |
registeredID |
rfc822Name |
uniformResourceIdentifier |
x400Adress |
| Modifier and Type | Method and Description |
|---|---|
int |
getTag() |
static GeneralNameTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralNameTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralNameTag otherName
public static final GeneralNameTag rfc822Name
public static final GeneralNameTag dNSName
public static final GeneralNameTag x400Adress
public static final GeneralNameTag directoryName
public static final GeneralNameTag ediPartyName
public static final GeneralNameTag uniformResourceIdentifier
public static final GeneralNameTag iPAddress
public static final GeneralNameTag registeredID
public static GeneralNameTag[] values()
for (GeneralNameTag c : GeneralNameTag.values()) System.out.println(c);
public static GeneralNameTag 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 int getTag()
Copyright © 2018. All rights reserved.