public class

FileCrypto

extends Object
java.lang.Object
   ↳ com.htc.encrypt.FileCrypto

Summary

Public Constructors
FileCrypto()
Public Methods
static void createDecryptedFile(String inPath, String outPath)
static void createEncryptedFile(String inPath, String outPath)
static InputStream getDecryptedFile(String path)
static InputStream getEncryptedFile(String path)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public FileCrypto ()

Public Methods

public static void createDecryptedFile (String inPath, String outPath)

Throws
IOException

public static void createEncryptedFile (String inPath, String outPath)

Throws
IOException

public static InputStream getDecryptedFile (String path)

public static InputStream getEncryptedFile (String path)

Throws
IOException