Glacier2.SSLInfo¶
- class Glacier2.SSLInfo(remoteHost: str = '', remotePort: int = 0, localHost: str = '', localPort: int = 0, cipher: str = '', certs: list[str] = <factory>)¶
Bases:
objectRepresents information gathered from an incoming SSL connection and used for authentication and authorization.
- Parameters:
Notes
The Slice compiler generated this dataclass from Slice struct
::Glacier2::SSLInfo.