Uses of Class
org.cryptomator.cryptofs.common.CiphertextFileType
-
Packages that use CiphertextFileType Package Description org.cryptomator.cryptofs Crypto filesystem decoration layerorg.cryptomator.cryptofs.common -
-
Uses of CiphertextFileType in org.cryptomator.cryptofs
Methods in org.cryptomator.cryptofs that return CiphertextFileType Modifier and Type Method Description CiphertextFileTypeCryptoPathMapper. getCiphertextFileType(CryptoPath cleartextPath) -
Uses of CiphertextFileType in org.cryptomator.cryptofs.common
Methods in org.cryptomator.cryptofs.common that return CiphertextFileType Modifier and Type Method Description static CiphertextFileTypeCiphertextFileType. valueOf(String name)Returns the enum constant of this type with the specified name.static CiphertextFileType[]CiphertextFileType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-