Package io.deephaven.ssl.config
Class IdentityKeyStore
java.lang.Object
io.deephaven.ssl.config.IdentityKeyStore
- All Implemented Interfaces:
Identity
The identity material configuration from a key store.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.ssl.config.Identity
Identity.Visitor<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe optional keystore type.static IdentityKeyStore
static IdentityKeyStore
abstract String
password()
The keystore password.abstract String
path()
The keystore path.final <V extends Identity.Visitor<T>,
T>
Twalk
(V visitor)