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