net.y3n20u.aeszip
クラス AesZipEncrypter
java.lang.Object
net.y3n20u.aeszip.AesZipEncrypter
- 直系の既知のサブクラス:
- AesZipRecursiveEncrypter
public class AesZipEncrypter
- extends Object
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_INVALID_DESTINATION
protected static final String MESSAGE_INVALID_DESTINATION
- 関連項目:
- 定数フィールド値
METHOD_DEFAULT
public static int METHOD_DEFAULT
AesZipEncrypter
public AesZipEncrypter(OutputStream destination)
AesZipEncrypter
public AesZipEncrypter(File destination)
init
protected void init(OutputStream destination)
setProgressListener
public void setProgressListener(ArchiveProgressListener progressListener)
isAlreadyUsed
protected boolean isAlreadyUsed()
setPasswordCharset
public void setPasswordCharset(Charset passwordCharset)
getPasswordCharset
public Charset getPasswordCharset()
add
public void add(String name,
File source,
String password)
archive
public void archive()
throws IOException
- 例外:
IOException