Method | Description | |
---|---|---|
MxoTwofish ( ) : System | ||
decrypt ( byte criptedData, byte destination ) : void | ||
encrypt ( byte plainData, byte destination ) : void | ||
setIV ( byte iv ) : void | ||
setKey ( byte key ) : void |
public decrypt ( byte criptedData, byte destination ) : void | ||
criptedData | byte | |
destination | byte | |
return | void |
public encrypt ( byte plainData, byte destination ) : void | ||
plainData | byte | |
destination | byte | |
return | void |