TLSInfo

constructor(trustRoot: String? = null, certIssuerSubject: String? = null, certIssuerPublicKey: String? = null)

Parameters

trustRoot

The root CA certificate(s) that are used to validate leaf TLS certificates.

certIssuerSubject

The base64-url-safe-encoded raw subject bytes of the issuer.

certIssuerPublicKey

The base64-url-safe-encoded raw public key bytes of the issuer.