net.sf.sevenzipjbinding
Interface ICryptoGetTextPassword
public interface ICryptoGetTextPassword
Interface to provide password to the archive engine.
- Since:
- 4.65-1
- Author:
- Boris Brodski
cryptoGetTextPassword
java.lang.String cryptoGetTextPassword()
throws SevenZipException
- Returns password
- Returns:
- password
- Throws:
SevenZipException
- in error case. If this method ends with an exception, the current operation will be reported to 7-Zip
as failed. There are no guarantee, that there are no further call back methods will get called. The
first and last thrown exceptions will be saved and thrown later on from the originally called method
such as ISevenZipInArchive.extract()
or SevenZip.openInArchive()
. Up to
four exceptions depending on the situation can be saved for further analysis. See
SevenZipException
and SevenZipException.printStackTraceExtended()
for details.