Public Member Functions | |
SymCipher () | |
int | setKey (byte[] key) |
int | setKey (byte[] key, int offset) |
int | setIV (byte[] iv, int offset) |
int | crypt (byte[] from, int ifrom, byte[] to, int ito, int len) |
Package Attributes | |
AESFastEngine | aesEngine |
byte[] | m_iv = null |
mixconfig.tools.SymCipher.SymCipher | ( | ) |
References mixconfig.tools.SymCipher.aesEngine, and mixconfig.tools.SymCipher.m_iv.
int mixconfig.tools.SymCipher.setKey | ( | byte[] | key | ) |
Referenced by mixconfig.tools.EncryptedLogTool.doDecrypt().
int mixconfig.tools.SymCipher.setKey | ( | byte[] | key, | |
int | offset | |||
) |
References mixconfig.tools.SymCipher.aesEngine, and mixconfig.tools.SymCipher.m_iv.
int mixconfig.tools.SymCipher.setIV | ( | byte[] | iv, | |
int | offset | |||
) |
References mixconfig.tools.SymCipher.m_iv.
Referenced by mixconfig.tools.EncryptedLogTool.doDecrypt().
int mixconfig.tools.SymCipher.crypt | ( | byte[] | from, | |
int | ifrom, | |||
byte[] | to, | |||
int | ito, | |||
int | len | |||
) |
References mixconfig.tools.SymCipher.aesEngine, and mixconfig.tools.SymCipher.m_iv.
Referenced by mixconfig.tools.EncryptedLogTool.doDecrypt().
AESFastEngine mixconfig.tools.SymCipher.aesEngine [package] |
byte [] mixconfig.tools.SymCipher.m_iv = null [package] |