org.apache.commons.ssl
Class KeyStoreBuilder.BuildResult
java.lang.Object
org.apache.commons.ssl.KeyStoreBuilder.BuildResult
- Enclosing class:
- KeyStoreBuilder
- protected static class KeyStoreBuilder.BuildResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected final Key key
chain
protected final X509Certificate[] chain
jks
protected final KeyStore jks
KeyStoreBuilder.BuildResult
protected KeyStoreBuilder.BuildResult(Key key,
Certificate[] chain,
KeyStore jks)