All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.logi.crypto.io.CipherStream

java.lang.Object
   |
   +----is.logi.crypto.Crypto
           |
           +----is.logi.crypto.io.CipherStream

public class CipherStream
extends Crypto
Parent of CipherStreamClient and CipherStreamServer.

Author:
Logi Ragnarsson (logir@hi.is)
See Also:
CipherStreamServer, CipherStreamClient

Constructor Index

 o CipherStream()

Method Index

 o getDecryptKey()
Get the key used for decryption.
 o getEncryptKey()
Get the key used for encryption.
 o getInputStream()
Get the encrypted input-stream.
 o getOutputStream()
Get the encrypted output-stream.

Constructors

 o CipherStream
 public CipherStream()

Methods

 o getInputStream
 public InputStream getInputStream()
Get the encrypted input-stream.

 o getOutputStream
 public OutputStream getOutputStream()
Get the encrypted output-stream.

 o getEncryptKey
 public CipherKey getEncryptKey()
Get the key used for encryption.

 o getDecryptKey
 public CipherKey getDecryptKey()
Get the key used for decryption.


All Packages  Class Hierarchy  This Package  Previous  Next  Index