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.int
The router's port.The remote host.int
The remote port. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
static SSLInfo
ice_read
(InputStream istr) ice_read
(InputStream istr, int tag) void
ice_readMembers
(InputStream istr) static void
ice_write
(OutputStream ostr, int tag, SSLInfo v) static void
ice_write
(OutputStream ostr, int tag, Optional<SSLInfo> v) static void
ice_write
(OutputStream ostr, SSLInfo v) void
ice_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