public enum UglyKeyStoreCache extends Enum<UglyKeyStoreCache>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
cacheKeyStoreFor(KeyStore keyStore,
org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType,
String serverKeyPairAliasPrefix,
ReadKeyPassword readKeyPassword,
KeyStoreCreationConfig config) |
KeyStore |
getCachedKeyStoreFor(org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType,
String serverKeyPairAliasPrefix,
ReadKeyPassword readKeyPassword,
KeyStoreCreationConfig config) |
boolean |
isActive() |
static UglyKeyStoreCache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UglyKeyStoreCache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UglyKeyStoreCache INSTANCE
public static UglyKeyStoreCache[] values()
for (UglyKeyStoreCache c : UglyKeyStoreCache.values()) System.out.println(c);
public static UglyKeyStoreCache 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 boolean isActive()
public KeyStore getCachedKeyStoreFor(org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType, String serverKeyPairAliasPrefix, ReadKeyPassword readKeyPassword, KeyStoreCreationConfig config)
public KeyStore cacheKeyStoreFor(KeyStore keyStore, org.adorsys.jkeygen.keystore.KeyStoreType keyStoreType, String serverKeyPairAliasPrefix, ReadKeyPassword readKeyPassword, KeyStoreCreationConfig config)
Copyright © 2019. All Rights Reserved.