Package com.zeroc.Glacier2
Class SSLInfo
java.lang.Object
com.zeroc.Glacier2.SSLInfo
- All Implemented Interfaces:
Serializable,Cloneable
Information taken from an SSL connection used for permissions
verification.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]The certificate chain.The negotiated cipher suite.The router's host.intThe router's port.The remote host.intThe remote port. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()static SSLInfoice_read(InputStream istr) ice_read(InputStream istr, int tag) voidice_readMembers(InputStream istr) static voidice_write(OutputStream ostr, int tag, SSLInfo v) static voidice_write(OutputStream ostr, int tag, Optional<SSLInfo> v) static voidice_write(OutputStream ostr, SSLInfo v) voidice_writeMembers(OutputStream ostr)
-
Field Details
-
remoteHost
The remote host. -
remotePort
public int remotePortThe remote port. -
localHost
The router's host. -
localPort
public int localPortThe router's port. -
cipher
The negotiated cipher suite. -
certs
The certificate chain.
-
-
Constructor Details
-
SSLInfo
public SSLInfo() -
SSLInfo
-
-
Method Details