TLSInfo
constructor(trustRoot: String? = null, certIssuerSubject: String? = null, certIssuerPublicKey: String? = null)
Parameters
trust Root
The root CA certificate(s) that are used to validate leaf TLS certificates.
cert Issuer Subject
The base64-url-safe-encoded raw subject bytes of the issuer.
cert Issuer Public Key
The base64-url-safe-encoded raw public key bytes of the issuer.