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