Méthode | Description | |
---|---|---|
Rc4File ( String filePath, String key ) : System | ||
Rc4File ( String filePath, String key, bool readOnly ) : System | ||
Read ( long pos, byte buf ) : int | ||
Write ( long pos, byte buf ) : void |
Méthode | Description | |
---|---|---|
decrypt ( byte cipherText, int cipherOff, byte clearText, int clearOff, int len ) : void | ||
encrypt ( byte clearText, int clearOff, byte cipherText, int cipherOff, int len ) : void | ||
nextState ( ) : int | ||
setKey ( String key ) : void |
public Rc4File ( String filePath, String key ) : System | ||
filePath | String | |
key | String | |
Résultat | System |
public Rc4File ( String filePath, String key, bool readOnly ) : System | ||
filePath | String | |
key | String | |
readOnly | bool | |
Résultat | System |