Uses of Class
org.cryptomator.cryptolib.api.InvalidPassphraseException
-
Packages that use InvalidPassphraseException Package Description org.cryptomator.cryptolib.common -
-
Uses of InvalidPassphraseException in org.cryptomator.cryptolib.common
Methods in org.cryptomator.cryptolib.common that throw InvalidPassphraseException Modifier and Type Method Description byte[]MasterkeyFileAccess. changePassphrase(byte[] masterkey, CharSequence oldPassphrase, CharSequence newPassphrase)Reencrypts a masterkey with a new passphrase.voidMasterkeyFileAccess. changePassphrase(InputStream oldIn, OutputStream newOut, CharSequence oldPassphrase, CharSequence newPassphrase)
-