Uses of Class
org.cryptomator.cryptofs.FileSystemNeedsMigrationException
-
Packages that use FileSystemNeedsMigrationException Package Description org.cryptomator.cryptofs Crypto filesystem decoration layer -
-
Uses of FileSystemNeedsMigrationException in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that throw FileSystemNeedsMigrationException Modifier and Type Method Description static voidCryptoFileSystemProvider. changePassphrase(Path pathToVault, String masterkeyFilename, byte[] pepper, CharSequence oldPassphrase, CharSequence newPassphrase)Changes the passphrase of a vault at the given path.static voidCryptoFileSystemProvider. changePassphrase(Path pathToVault, String masterkeyFilename, CharSequence oldPassphrase, CharSequence newPassphrase)Changes the passphrase of a vault at the given path.static CryptoFileSystemCryptoFileSystemProvider. newFileSystem(Path pathToVault, CryptoFileSystemProperties properties)Typesafe alternative toFileSystems.newFileSystem(URI, Map).
-