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
-
CipherStream()
-
-
getDecryptKey()
- Get the key used for decryption.
-
getEncryptKey()
- Get the key used for encryption.
-
getInputStream()
- Get the encrypted input-stream.
-
getOutputStream()
- Get the encrypted output-stream.
CipherStream
public CipherStream()
getInputStream
public InputStream getInputStream()
- Get the encrypted input-stream.
getOutputStream
public OutputStream getOutputStream()
- Get the encrypted output-stream.
getEncryptKey
public CipherKey getEncryptKey()
- Get the key used for encryption.
getDecryptKey
public CipherKey getDecryptKey()
- Get the key used for decryption.
All Packages Class Hierarchy This Package Previous Next Index