| Modifier and Type | Method and Description |
|---|---|
static EnvKeyStore |
EnvKeyStore.create(String trustEnvVar,
String passwordEnvVar)
Create a TrustStore representation from an environment variable.
|
static EnvKeyStore |
EnvKeyStore.create(String keyEnvVar,
String certEnvVar,
String passwordEnvVar)
Create a KeyStore representation from environment variables.
|
static EnvKeyStore |
EnvKeyStore.createWithRandomPassword(String trustEnvVar)
Create a TrustStore representation from an environment variable.
|
static EnvKeyStore |
EnvKeyStore.createWithRandomPassword(String keyEnvVar,
String certEnvVar)
Create a KeyStore representation from environment variables.
|
Copyright © 2017. All Rights Reserved.