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