class ClientKeystoreLoader extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
CLIENT_ALIAS |
private X509Certificate |
clientCertificate |
private KeyPair |
clientKeyPair |
private static Pattern |
IP_ADDR_PATTERN |
private org.slf4j.Logger |
logger |
private static char[] |
PASSWORD |
| Constructor and Description |
|---|
ClientKeystoreLoader() |
| Modifier and Type | Method and Description |
|---|---|
(package private) X509Certificate |
getClientCertificate()
Returns the client certificate.
|
(package private) KeyPair |
getClientKeyPair()
Returns the client encryption key pair.
|
(package private) ClientKeystoreLoader |
load(File baseDir)
Loads the client keystore.
|
private static final Pattern IP_ADDR_PATTERN
private static final String CLIENT_ALIAS
private static final char[] PASSWORD
private final org.slf4j.Logger logger
private X509Certificate clientCertificate
private KeyPair clientKeyPair
ClientKeystoreLoader load(File baseDir) throws ExecutionException
baseDir - the base directoryExecutionException - if anything goes wrongX509Certificate getClientCertificate()
KeyPair getClientKeyPair()
Copyright © 2022. All rights reserved.