FilePathEncrypt

An encrypted file.

Methods
static byte[] getPasswordBytes(char[] passwordChars)
Convert a char array to a byte array, in UTF-16 format.
static byte[] getPasswordBytes(char[] passwordChars)
Convert a char array to a byte array, in UTF-16 format. The char array is not cleared after use (this must be done by the caller).
Parameters:
passwordChars - the password characters
Returns:
the byte array
static void register()
Register this file system.
static void register()
Register this file system.
String getPrefix()
String getPrefix()
String getScheme()
String getScheme()
InputStream newInputStream()
InputStream newInputStream() throws IOException
OutputStream newOutputStream(boolean append)
OutputStream newOutputStream(boolean append) throws IOException
FileChannel open(String mode)
FileChannel open(String mode) throws IOException
long size()
long size()
FilePath unwrap(String fileName)
FilePath unwrap(String fileName)