protected static class KeyStoreBuilder.BuildResult extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.security.cert.X509Certificate[] |
chain |
protected java.security.KeyStore |
jks |
protected java.security.Key |
key |
Modifier | Constructor and Description |
---|---|
protected |
KeyStoreBuilder.BuildResult(java.security.Key key,
java.security.cert.Certificate[] chain,
java.security.KeyStore jks) |
protected final java.security.Key key
protected final java.security.cert.X509Certificate[] chain
protected final java.security.KeyStore jks
protected KeyStoreBuilder.BuildResult(java.security.Key key, java.security.cert.Certificate[] chain, java.security.KeyStore jks)