public static enum X509Util.ENCODING_FORMAT extends Enum<X509Util.ENCODING_FORMAT>
Modifier and Type | Method and Description |
---|---|
static X509Util.ENCODING_FORMAT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static X509Util.ENCODING_FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X509Util.ENCODING_FORMAT PEM
public static final X509Util.ENCODING_FORMAT DER
public static X509Util.ENCODING_FORMAT[] values()
for (X509Util.ENCODING_FORMAT c : X509Util.ENCODING_FORMAT.values()) System.out.println(c);
public static X509Util.ENCODING_FORMAT 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 JBoss by Red Hat. All rights reserved.