corda / net.corda.core.messaging / ClientRpcSslOptions

ClientRpcSslOptions

data class ClientRpcSslOptions

As an RPC Client, use this class to point to the truststore that contains the RPC SSL certificate provided by the node admin

Constructors

<init>

As an RPC Client, use this class to point to the truststore that contains the RPC SSL certificate provided by the node admin

ClientRpcSslOptions(trustStorePath: Path, trustStorePassword: String, trustStoreProvider: String = "JKS")

Properties

trustStorePassword

val trustStorePassword: String

trustStorePath

val trustStorePath: Path

trustStoreProvider

val trustStoreProvider: String