public enum KeystoreType extends java.lang.Enum<KeystoreType>
Enum Constant and Description |
---|
PKCS12 |
Modifier and Type | Method and Description |
---|---|
static KeystoreType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeystoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeystoreType PKCS12
public static KeystoreType[] values()
for (KeystoreType c : KeystoreType.values()) System.out.println(c);
public static KeystoreType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.