SDMEncryptDecrypt class

Syntax

class SDMEncryptDecrypt

Members

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  
Constructors
Modifier and Type Constructor Description
public SDMEncryptDecrypt(SecretKey, String, ISDMLogger) Deprecated.
Methods
Modifier and Type Method Description
public InputStream decryptStream(InputStream) Deprecated.
public OutputStream encryptStream(OutputStream) Deprecated.
protected void initCipher(int)