Uses of Class
org.cryptomator.cryptofs.CryptoFileSystemProperties.Builder
Packages that use CryptoFileSystemProperties.Builder
-
Uses of CryptoFileSystemProperties.Builder in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoFileSystemProperties.BuilderModifier and TypeMethodDescriptionCryptoFileSystemProperties.cryptoFileSystemProperties()Starts construction ofCryptoFileSystemPropertiesCryptoFileSystemProperties.cryptoFileSystemPropertiesFrom(Map<String, ?> properties) Starts construction ofCryptoFileSystemPropertiesCryptoFileSystemProperties.Builder.withCipherCombo(org.cryptomator.cryptolib.api.CryptorProvider.Scheme cipherCombo) Sets the cipher combo used during vault initialization.CryptoFileSystemProperties.Builder.withFlags(Collection<CryptoFileSystemProperties.FileSystemFlags> flags) Sets the flags for a CryptoFileSystem.CryptoFileSystemProperties.Builder.withFlags(CryptoFileSystemProperties.FileSystemFlags... flags) Sets the flags for a CryptoFileSystem.CryptoFileSystemProperties.Builder.withKeyLoader(org.cryptomator.cryptolib.api.MasterkeyLoader keyLoader) Sets the keyloader for a CryptoFileSystem.CryptoFileSystemProperties.Builder.withMasterkeyFilename(String masterkeyFilename) Deprecated.CryptoFileSystemProperties.Builder.withMaxCleartextNameLength(int maxCleartextNameLength) Sets the maximum cleartext filename length for a CryptoFileSystem.CryptoFileSystemProperties.Builder.withShorteningThreshold(int shorteningThreshold) Sets the shortening threshold used during vault initialization.CryptoFileSystemProperties.Builder.withVaultConfigFilename(String vaultConfigFilename) Sets the name of the vault config file located inside the vault directory.
keyloaderinstead.