com.github.manosbatsis.corda.rpc.poolboy.support / Util / clientRpcSslOptions
clientRpcSslOptions¶
fun clientRpcSslOptions(config:
NodeParams
): ClientRpcSslOptions?
Get the ClientRpcSslOptions if properly configured
Exceptions¶
IllegalArgumentException
- if the configuration is incomplete
Return
the options if properly configured, null
otherwise