A CipherInputStream is composed of an InputStream and a Cipher so
that read() methods return data that are read in from the underlying
InputStream but have been additionally processed by the Cipher.
A CipherOutputStream is composed of an OutputStream and a Cipher so
that write() methods first process the data before writing them out
to the underlying OutputStream.
Factory method to convert a byte array containing a name from the
specified namespace to a GSSName object and canonicalize it at the same
time for a mechanism.
Returns a server socket which uses only the specified network
interface on the local host, is bound to a the specified port,
and uses the specified connection backlog.