Uses of Class
org.cryptomator.cryptofs.VaultConfig
Packages that use VaultConfig
Package
Description
Crypto filesystem decoration layer
This package contains classes used during directory listing.
-
Uses of VaultConfig in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return VaultConfigModifier and TypeMethodDescriptionVaultConfig.VaultConfigBuilder.build()static VaultConfigVaultConfig.load(String token, org.cryptomator.cryptolib.api.MasterkeyLoader keyLoader, int expectedVaultVersion) Convenience wrapper fordecode(String)andVaultConfig.UnverifiedVaultConfig.verify(byte[], int)VaultConfig.UnverifiedVaultConfig.verify(byte[] rawKey, int expectedVaultVersion) Decodes a vault configuration stored in JWT format.Methods in org.cryptomator.cryptofs with parameters of type VaultConfigModifier and TypeMethodDescriptionCryptoFileSystemComponent.Factory.create(org.cryptomator.cryptolib.api.Cryptor cryptor, VaultConfig vaultConfig, CryptoFileSystemProvider provider, Path pathToVault, CryptoFileSystemProperties cryptoFileSystemProperties) static CryptoPathMapperCryptoPathMapper_Factory.newInstance(Path pathToVault, org.cryptomator.cryptolib.api.Cryptor cryptor, Object dirIdProvider, LongFileNameProvider longFileNameProvider, VaultConfig vaultConfig) -
Uses of VaultConfig in org.cryptomator.cryptofs.dir
Methods in org.cryptomator.cryptofs.dir with parameters of type VaultConfigModifier and TypeMethodDescriptionstatic org.cryptomator.cryptofs.dir.C9rConflictResolverC9rConflictResolver_Factory.newInstance(org.cryptomator.cryptolib.api.Cryptor cryptor, String dirId, VaultConfig vaultConfig) -
Uses of VaultConfig in org.cryptomator.cryptofs.health.api
Methods in org.cryptomator.cryptofs.health.api with parameters of type VaultConfigModifier and TypeMethodDescriptiondefault Stream<DiagnosticResult>HealthCheck.check(Path pathToVault, VaultConfig config, org.cryptomator.cryptolib.api.Masterkey masterkey, org.cryptomator.cryptolib.api.Cryptor cryptor, ExecutorService executor) Invokes the health check on a background thread scheduled using the given executor service.voidHealthCheck.check(Path pathToVault, VaultConfig config, org.cryptomator.cryptolib.api.Masterkey masterkey, org.cryptomator.cryptolib.api.Cryptor cryptor, Consumer<DiagnosticResult> resultCollector) Checks the vault at the given path.default voidDiagnosticResult.fix(Path pathToVault, VaultConfig config, org.cryptomator.cryptolib.api.Masterkey masterkey, org.cryptomator.cryptolib.api.Cryptor cryptor) Deprecated.default Optional<DiagnosticResult.Fix>DiagnosticResult.getFix(Path pathToVault, VaultConfig config, org.cryptomator.cryptolib.api.Masterkey masterkey, org.cryptomator.cryptolib.api.Cryptor cryptor)
DiagnosticResult.getFix(Path, VaultConfig, Masterkey, Cryptor)instead