Uses of Class
org.cryptomator.cryptofs.CryptoFileSystemProperties
Packages that use CryptoFileSystemProperties
Package
Description
Crypto filesystem decoration layer
-
Uses of CryptoFileSystemProperties in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CryptoFileSystemPropertiesModifier and TypeMethodDescriptionCryptoFileSystemProperties.Builder.build()Validates the values and creates newCryptoFileSystemProperties.static CryptoFileSystemPropertiesConstructsCryptoFileSystemPropertiesfrom aMap.Methods in org.cryptomator.cryptofs with parameters of type CryptoFileSystemPropertiesModifier and TypeMethodDescriptionCryptoFileSystemComponent.Factory.create(org.cryptomator.cryptolib.api.Cryptor cryptor, VaultConfig vaultConfig, CryptoFileSystemProvider provider, Path pathToVault, CryptoFileSystemProperties cryptoFileSystemProperties) static voidCryptoFileSystemProvider.initialize(Path pathToVault, CryptoFileSystemProperties properties, URI keyId) Creates a new vault at the given directory path.static CryptoFileSystemCryptoFileSystemProvider.newFileSystem(Path pathToVault, CryptoFileSystemProperties properties) Typesafe alternative toFileSystems.newFileSystem(URI, Map).static org.cryptomator.cryptofs.CryptoFileSystemImplCryptoFileSystemImpl_Factory.newInstance(CryptoFileSystemProvider provider, Object cryptoFileSystems, Path pathToVault, org.cryptomator.cryptolib.api.Cryptor cryptor, Object fileStore, CryptoFileSystemStats stats, CryptoPathMapper cryptoPathMapper, Object cryptoPathFactory, Object pathMatcherFactory, org.cryptomator.cryptofs.dir.DirectoryStreamFactory directoryStreamFactory, Object dirIdProvider, DirectoryIdBackup dirIdBackup, org.cryptomator.cryptofs.attr.AttributeProvider fileAttributeProvider, org.cryptomator.cryptofs.attr.AttributeByNameProvider fileAttributeByNameProvider, org.cryptomator.cryptofs.attr.AttributeViewProvider fileAttributeViewProvider, org.cryptomator.cryptofs.fh.OpenCryptoFiles openCryptoFiles, Symlinks symlinks, FinallyUtil finallyUtil, org.cryptomator.cryptofs.dir.CiphertextDirectoryDeleter ciphertextDirDeleter, ReadonlyFlag readonlyFlag, CryptoFileSystemProperties fileSystemProperties) static ReadonlyFlagReadonlyFlag_Factory.newInstance(CryptoFileSystemProperties properties) Method parameters in org.cryptomator.cryptofs with type arguments of type CryptoFileSystemPropertiesModifier and TypeMethodDescriptionstatic ReadonlyFlag_FactoryReadonlyFlag_Factory.create(javax.inject.Provider<CryptoFileSystemProperties> propertiesProvider) Constructors in org.cryptomator.cryptofs with parameters of type CryptoFileSystemPropertiesConstructor parameters in org.cryptomator.cryptofs with type arguments of type CryptoFileSystemPropertiesModifierConstructorDescriptionReadonlyFlag_Factory(javax.inject.Provider<CryptoFileSystemProperties> propertiesProvider) -
Uses of CryptoFileSystemProperties in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type CryptoFileSystemPropertiesModifier and TypeMethodDescriptionstatic BasicFileAttributesAttributeModule_ProvideAttributesFactory.provideAttributes(BasicFileAttributes ciphertextAttributes, CiphertextFileType ciphertextFileType, Path ciphertextPath, org.cryptomator.cryptolib.api.Cryptor cryptor, Optional<org.cryptomator.cryptofs.fh.OpenCryptoFile> openCryptoFile, CryptoFileSystemProperties fileSystemProperties)