public class SslKeyStoreGenerator
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SslKeyStoreGenerator.Builder |
static class |
SslKeyStoreGenerator.GeneratorException |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IP_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
static java.nio.file.Path |
getCaCertPath(java.nio.file.Path keyStorePath)
Utility method for getting the path to the CA certificate having the keystore path
|
static void |
main(java.lang.String[] args) |
public static final java.lang.String IP_PREFIX
public void generate()
throws SslKeyStoreGenerator.GeneratorException
public static java.nio.file.Path getCaCertPath(java.nio.file.Path keyStorePath)
keyStorePath - Keystore pathpublic static void main(java.lang.String[] args)