Uses of Class
org.cryptomator.cryptolib.api.InvalidPassphraseException
Packages that use InvalidPassphraseException
-
Uses of InvalidPassphraseException in org.cryptomator.cryptolib.common
Methods in org.cryptomator.cryptolib.common that throw InvalidPassphraseExceptionModifier and TypeMethodDescriptionbyte[]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)