migrate
public void migrate(Path vaultRoot,
String masterkeyFilename,
CharSequence passphrase,
MigrationProgressListener progressListener)
throws org.cryptomator.cryptolib.api.InvalidPassphraseException,
org.cryptomator.cryptolib.api.UnsupportedVaultFormatException,
IOException
Description copied from interface: Migrator
Performs the migration this migrator is built for.
- Specified by:
migrate in interface Migrator
- Throws:
org.cryptomator.cryptolib.api.InvalidPassphraseException
org.cryptomator.cryptolib.api.UnsupportedVaultFormatException
IOException