org.apache.commons.ssl
Class KeyStoreBuilder.BuildResult

java.lang.Object
  extended byorg.apache.commons.ssl.KeyStoreBuilder.BuildResult
Enclosing class:
KeyStoreBuilder

protected static class KeyStoreBuilder.BuildResult
extends Object


Field Summary
protected  X509Certificate[] chain
           
protected  KeyStore jks
           
protected  Key key
           
 
Constructor Summary
protected KeyStoreBuilder.BuildResult(Key key, Certificate[] chain, KeyStore jks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected final Key key

chain

protected final X509Certificate[] chain

jks

protected final KeyStore jks
Constructor Detail

KeyStoreBuilder.BuildResult

protected KeyStoreBuilder.BuildResult(Key key,
                                      Certificate[] chain,
                                      KeyStore jks)