Package is.logi.crypto.io

Class Summary
CipherStream Parent of CipherStreamClient and CipherStreamServer.
CipherStreamClient This class can be used to apply an interactive key exchange protocol to a pair of streams and then encrypt all data going through them with the session key exchanged.
CipherStreamServer This class can be used to apply an interactive key exchange protocol to a pair of streams and then encrypt all data going through them with the session key exchanged.
DecryptStream Decrypt a stream of data encrypted with a corresponding EncryptStream ojbect.
EncryptStream This OutputStream encrypts everything written to it.
SignStream This OutputStream signs everything written to it using the specified HashState and SignatureKey.
VerifyStream This InputStream reads the stream generated by a SignStream and verifies the embedded signatures.
 



Copyright 1997-1999 Logi Ragnarsson