public static final class Configuration.KeystoreType extends Enum
An enum containing keystore type constants.
Modifier and Type | Field and Description |
---|---|
static Configuration.KeystoreType |
JKS
Keystore type "jks".
|
static Configuration.KeystoreType |
PKCS12
Keystore type "pkcs12".
|
Modifier and Type | Method and Description |
---|---|
static Configuration.KeystoreType |
valueOf(String name) |
static Configuration.KeystoreType[] |
values() |
public static final Configuration.KeystoreType JKS
Keystore type "jks".
public static final Configuration.KeystoreType PKCS12
Keystore type "pkcs12".
public static Configuration.KeystoreType[] values()
public static Configuration.KeystoreType valueOf(String name)
This doc was generated on 2024-06-12. Copyright © 2002-2024 RealObjects GmbH. All Rights Reserved.