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.CipherStreamClient
kex
to exchange keys with
a remote server and then encrypt
and decrypt
to
encrypt and decrypt the data to/from in
and out
.
public CipherStreamClient(InputStream in, OutputStream out, InterKeyExClient kex, EncryptMode encrypt, DecryptMode decrypt) throws ProtocolException, IOException
kex
to exchange keys with
a remote server 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