Documentation

TLSInfo

Table of Contents

$certIssuerPublicKey  : string|null
The base64-url-safe-encoded raw public key bytes of the issuer.
$certIssuerSubject  : string|null
The base64-url-safe-encoded raw subject bytes of the issuer.
$trustRoot  : string|null
The root CA certificate(s) that are used to validate leaf TLS.
getCertIssuerPublicKey()  : string|null
The base64-url-safe-encoded raw public key bytes of the issuer.
getCertIssuerSubject()  : string|null
The base64-url-safe-encoded raw subject bytes of the issuer.
getTrustRoot()  : string|null
The root CA certificate(s) that are used to validate leaf TLS.
setCertIssuerPublicKey()  : self
The base64-url-safe-encoded raw public key bytes of the issuer.
setCertIssuerSubject()  : self
The base64-url-safe-encoded raw subject bytes of the issuer.
setTrustRoot()  : self
The root CA certificate(s) that are used to validate leaf TLS.

Properties

$certIssuerPublicKey

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

protected string|null $certIssuerPublicKey

$certIssuerSubject

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

protected string|null $certIssuerSubject

$trustRoot

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

protected string|null $trustRoot

Methods

getCertIssuerPublicKey()

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

public getCertIssuerPublicKey() : string|null
Return values
string|null

getCertIssuerSubject()

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

public getCertIssuerSubject() : string|null
Return values
string|null

getTrustRoot()

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

public getTrustRoot() : string|null

certificates.

Return values
string|null

setCertIssuerPublicKey()

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

public setCertIssuerPublicKey(string|null $certIssuerPublicKey) : self
Parameters
$certIssuerPublicKey : string|null
Return values
self

setCertIssuerSubject()

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

public setCertIssuerSubject(string|null $certIssuerSubject) : self
Parameters
$certIssuerSubject : string|null
Return values
self

setTrustRoot()

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

public setTrustRoot(string|null $trustRoot) : self

certificates.

Parameters
$trustRoot : string|null
Return values
self

Search results