C E R S

C

close() - Method in class EncryptedInputStream
 

E

EncryptedInputStream - class EncryptedInputStream.
This is a simple Stream Encryptor which uses a combination of random and mathematical functions to generate a sequence of bytes (usually 64) which are added to the actual data to achieve pseudorandom encryption
EncryptedInputStream() - Constructor for class EncryptedInputStream
This is a simple Stream Encryptor which uses a combination of random and mathematical functions to generate a sequence of bytes (usually 64) which are added to the actual data to achieve pseudorandom encryption

R

read() - Method in class EncryptedInputStream
 
read(byte[]) - Method in class EncryptedInputStream
 
read(byte[], int, int) - Method in class EncryptedInputStream
 

S

setInputStream(InputStream) - Method in class EncryptedInputStream
This is a simple Stream Encryptor which uses a combination of random and mathematical functions to generate a sequence of bytes (usually 64) which are added to the actual data to achieve pseudorandom encryption

C E R S