private static class BasicKeystoreKeyStrategyTool.CommandLineArgs extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
help
Display command usage.
|
static String |
HELP
Display command usage.
|
static String |
KEY_ALIAS
Key alias base.
|
static String |
KEY_COUNT
Number of keys to maintain.
|
static String |
KEY_SIZE
Key size.
|
static String |
KEY_TYPE
Key algorithm.
|
private String |
keyAlias
Key alias base.
|
private int |
keyCount
Key count.
|
private int |
keySize
Key size.
|
private File |
keystoreFile
Keystore file.
|
private String |
keystorePassword
Keystore password.
|
private String |
keystoreType
Keystore type.
|
private String |
keyType
Key algorithm.
|
static String |
STORE_FILE
Path to keystore to create.
|
static String |
STORE_PASS
Keystore password.
|
static String |
STORE_TYPE
Type of keystore to create.
|
static String |
VERSION_FILE
Path to key versioning file.
|
private File |
versionFile
Key versioning file.
|
Modifier | Constructor and Description |
---|---|
private |
CommandLineArgs() |
@Nonnull @NotEmpty public static final String HELP
@Nonnull @NotEmpty public static final String KEY_TYPE
@Nonnull @NotEmpty public static final String KEY_SIZE
@Nonnull @NotEmpty public static final String KEY_ALIAS
@Nonnull @NotEmpty public static final String KEY_COUNT
@Nonnull @NotEmpty public static final String STORE_TYPE
@Nonnull @NotEmpty public static final String STORE_FILE
@Nonnull @NotEmpty public static final String STORE_PASS
@Nonnull @NotEmpty public static final String VERSION_FILE
private boolean help
@Positive private int keySize
@Positive private int keyCount
Copyright © 1999–2019. All rights reserved.