|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--is.logi.crypto.Crypto | +--is.logi.crypto.io.CipherStream
Parent of CipherStreamClient and CipherStreamServer.
CipherStreamServer
,
CipherStreamClient
Fields inherited from class is.logi.crypto.Crypto |
BIT,
cdsPath,
keySource,
NIBBLE,
primeCertainty,
random |
Constructor Summary | |
CipherStream()
|
Method Summary | |
CipherKey |
getDecryptKey()
Get the key used for decryption. |
CipherKey |
getEncryptKey()
Get the key used for encryption. |
java.io.InputStream |
getInputStream()
Get the encrypted input-stream. |
java.io.OutputStream |
getOutputStream()
Get the encrypted output-stream. |
Methods inherited from class is.logi.crypto.Crypto |
binString,
binString,
equal,
equalRelaxed,
equalSub,
fromHexNibble,
fromHexString,
fromString,
fromString,
hexString,
hexString,
hexString,
hexString,
makeClass,
makeInt,
makeLong,
makeSessionKey,
pastSpace,
pickBits,
pickBits,
readInt,
writeBytes,
writeBytes,
writeInt |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CipherStream()
Method Detail |
public java.io.InputStream getInputStream()
public java.io.OutputStream getOutputStream()
public CipherKey getEncryptKey()
public CipherKey getDecryptKey()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |