public static enum UtilSsl.EKeystoreInstances extends Enum<UtilSsl.EKeystoreInstances>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static UtilSsl.EKeystoreInstances |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UtilSsl.EKeystoreInstances[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UtilSsl.EKeystoreInstances PKCS12
public static final UtilSsl.EKeystoreInstances JKS
public static UtilSsl.EKeystoreInstances[] values()
for (UtilSsl.EKeystoreInstances c : UtilSsl.EKeystoreInstances.values()) System.out.println(c);
public static UtilSsl.EKeystoreInstances 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 String toString()
toString
in class Enum<UtilSsl.EKeystoreInstances>
Copyright © 2014–2023. All rights reserved.