Uses of Class
org.cryptomator.cryptofs.migration.v6.Version6Migrator
-
Packages that use Version6Migrator Package Description org.cryptomator.cryptofs.migration org.cryptomator.cryptofs.migration.v6 -
-
Uses of Version6Migrator in org.cryptomator.cryptofs.migration
Methods in org.cryptomator.cryptofs.migration with parameters of type Version6Migrator Modifier and Type Method Description static MigratorMigrationModule_ProvideVersion6MigratorFactory. provideVersion6Migrator(org.cryptomator.cryptofs.migration.MigrationModule instance, Version6Migrator migrator)Method parameters in org.cryptomator.cryptofs.migration with type arguments of type Version6Migrator Modifier and Type Method Description static MigrationModule_ProvideVersion6MigratorFactoryMigrationModule_ProvideVersion6MigratorFactory. create(org.cryptomator.cryptofs.migration.MigrationModule module, javax.inject.Provider<Version6Migrator> migratorProvider)Constructor parameters in org.cryptomator.cryptofs.migration with type arguments of type Version6Migrator Constructor Description MigrationModule_ProvideVersion6MigratorFactory(org.cryptomator.cryptofs.migration.MigrationModule module, javax.inject.Provider<Version6Migrator> migratorProvider) -
Uses of Version6Migrator in org.cryptomator.cryptofs.migration.v6
Methods in org.cryptomator.cryptofs.migration.v6 that return Version6Migrator Modifier and Type Method Description Version6MigratorVersion6Migrator_Factory. get()static Version6MigratorVersion6Migrator_Factory. newInstance(org.cryptomator.cryptolib.api.CryptorProvider cryptorProvider)
-