@zeroc/ice
    Preparing search index...

    Class SSLInfo

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

    SSLPermissionsVerifier

    Index

    Constructors

    • Parameters

      • OptionalremoteHost: string
      • OptionalremotePort: number
      • OptionallocalHost: string
      • OptionallocalPort: number
      • Optionalcipher: string
      • Optionalcerts: string[]

      Returns SSLInfo

    Properties

    certs: string[]

    The certificate chain.

    cipher: string

    The negotiated cipher suite.

    localHost: string

    The router's host.

    localPort: number

    The router's port.

    remoteHost: string

    The remote host.

    remotePort: number

    The remote port.

    Methods

    • A deep copy of the current object.

      Returns SSLInfo

      A deep copy of the current object.

    • Determines whether the specified object is equal to the current object.

      Parameters

      • other: any

        The object to compare with the current object.

      Returns boolean

      true if the specified object is equal to the current object, false otherwise.