All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----is.hi.logir.cryptonite.Cryptonite | +----is.hi.logir.cryptonite.CipherStream | +----is.hi.logir.cryptonite.CipherStreamServer
kex
to exchange keys with
a remote client and then encrypt
and decrypt
to
encrypt and decrypt the data to/from in
and out
.
public CipherStreamServer(InputStream in, OutputStream out, InterKeyExServer kex, EncryptMode encrypt, DecryptMode decrypt) throws ProtocolException, IOException
kex
to exchange keys with
a remote client and then encrypt
and decrypt
to
encrypt and decrypt the data to/from in
and out
.
All Packages Class Hierarchy This Package Previous Next Index