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(com.zeroc.Ice.InputStream istr) ice_read(com.zeroc.Ice.InputStream istr, int tag) voidice_readMembers(com.zeroc.Ice.InputStream istr) static voidstatic voidstatic voidvoidice_writeMembers(com.zeroc.Ice.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
-
equals
-
hashCode
public int hashCode() -
clone
-
ice_writeMembers
public void ice_writeMembers(com.zeroc.Ice.OutputStream ostr) -
ice_readMembers
public void ice_readMembers(com.zeroc.Ice.InputStream istr) -
ice_write
-
ice_read
-
ice_write
-
ice_write
-
ice_read
-