Constructor and Description |
---|
FileEncrypt(File file,
File dest,
String password) |
FileEncrypt(File file,
File dest,
String password,
int bufferSize) |
FileEncrypt(InputStream in,
OutputStream out,
String password) |
FileEncrypt(InputStream in,
OutputStream out,
String password,
int bufferSize) |
FileEncrypt(String file,
String dest,
String password) |
FileEncrypt(String file,
String dest,
String password,
int bufferSize) |
public FileEncrypt(InputStream in, OutputStream out, String password)
public FileEncrypt(InputStream in, OutputStream out, String password, int bufferSize)
Copyright © 2024. All rights reserved.