org.apache.commons.ssl
protected static class KeyStoreBuilder.BuildResult extends Object
Modifier and Type | Field and Description |
---|---|
protected X509Certificate[] |
chain |
protected KeyStore |
jks |
protected Key |
key |
Modifier | Constructor and Description |
---|---|
protected |
KeyStoreBuilder.BuildResult(Key key,
Certificate[] chain,
KeyStore jks) |
protected final X509Certificate[] chain
protected KeyStoreBuilder.BuildResult(Key key, Certificate[] chain, KeyStore jks)