org.apache.commons.ssl
Class KeyStoreBuilder.BuildResult
java.lang.Object
org.apache.commons.ssl.KeyStoreBuilder.BuildResult
- Enclosing class:
- KeyStoreBuilder
public static class KeyStoreBuilder.BuildResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
keys
protected final List keys
chains
protected final List chains
jks
protected final KeyStore jks
KeyStoreBuilder.BuildResult
protected KeyStoreBuilder.BuildResult(List keys,
List chains,
KeyStore jks)