Glacier2.SSLInfo

class Glacier2.SSLInfo(remoteHost: str = '', remotePort: int = 0, localHost: str = '', localPort: int = 0, cipher: str = '', certs: list[str] = <factory>)

Bases: object

Represents information gathered from an incoming SSL connection and used for authentication and authorization.

Parameters:
remoteHost

The remote host.

Type:

str

remotePort

The remote port.

Type:

int

localHost

The router’s host.

Type:

str

localPort

The router’s port.

Type:

int

cipher

The negotiated cipher suite.

Type:

str

certs

The certificate chain.

Type:

list[str]

Notes

The Slice compiler generated this dataclass from Slice struct ::Glacier2::SSLInfo.