All members of SDMEncryptDecrypt, including inherited members.
Variables| Modifier and Type | Variable | Description |
|---|---|---|
| protected final int | DECRYPT | |
| protected final int | ENCRYPT | |
| protected Cipher | mCipher | |
| protected ISDMLogger | mLogger | |
| protected String | mLogTag | |
| protected SecretKey | mSecretKey |
| Modifier and Type | Constructor | Description |
|---|---|---|
| public | SDMEncryptDecrypt(SecretKey, String, ISDMLogger) | Deprecated. |
| Modifier and Type | Method | Description |
|---|---|---|
| public InputStream | decryptStream(InputStream) | Deprecated. |
| public OutputStream | encryptStream(OutputStream) | Deprecated. |
| protected void | initCipher(int) |