Uses of Enum Class
org.cryptomator.cryptofs.common.CiphertextFileType
Packages that use CiphertextFileType
Package
Description
Crypto filesystem decoration layer
-
Uses of CiphertextFileType in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CiphertextFileTypeModifier and TypeMethodDescriptionCryptoPathMapper.getCiphertextFileType(CryptoPath cleartextPath) -
Uses of CiphertextFileType in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr with parameters of type CiphertextFileTypeModifier 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) -
Uses of CiphertextFileType in org.cryptomator.cryptofs.common
Methods in org.cryptomator.cryptofs.common that return CiphertextFileTypeModifier and TypeMethodDescriptionstatic CiphertextFileTypeReturns the enum constant of this class with the specified name.static CiphertextFileType[]CiphertextFileType.values()Returns an array containing the constants of this enum class, in the order they are declared.