Class SSLInfo

java.lang.Object
com.zeroc.Glacier2.SSLInfo
All Implemented Interfaces:
Serializable, Cloneable

public class SSLInfo extends Object implements Cloneable, Serializable
Information taken from an SSL connection used for permissions verification.
See Also:
  • Field Details

    • remoteHost

      public String remoteHost
      The remote host.
    • remotePort

      public int remotePort
      The remote port.
    • localHost

      public String localHost
      The router's host.
    • localPort

      public int localPort
      The router's port.
    • cipher

      public String cipher
      The negotiated cipher suite.
    • certs

      public String[] certs
      The certificate chain.
  • Constructor Details

    • SSLInfo

      public SSLInfo()
    • SSLInfo

      public SSLInfo(String remoteHost, int remotePort, String localHost, int localPort, String cipher, String[] certs)
  • Method Details

    • equals

      public boolean equals(Object rhs)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public SSLInfo clone()
      Overrides:
      clone in class Object
    • ice_writeMembers

      public void ice_writeMembers(com.zeroc.Ice.OutputStream ostr)
    • ice_readMembers

      public void ice_readMembers(com.zeroc.Ice.InputStream istr)
    • ice_write

      public static void ice_write(com.zeroc.Ice.OutputStream ostr, SSLInfo v)
    • ice_read

      public static SSLInfo ice_read(com.zeroc.Ice.InputStream istr)
    • ice_write

      public static void ice_write(com.zeroc.Ice.OutputStream ostr, int tag, Optional<SSLInfo> v)
    • ice_write

      public static void ice_write(com.zeroc.Ice.OutputStream ostr, int tag, SSLInfo v)
    • ice_read

      public static Optional<SSLInfo> ice_read(com.zeroc.Ice.InputStream istr, int tag)