Package org.cryptomator.cryptofs
Class CiphertextFilePath
- java.lang.Object
-
- org.cryptomator.cryptofs.CiphertextFilePath
-
public class CiphertextFilePath extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)PathgetDirFilePath()PathgetFilePath()PathgetInflatedNamePath()PathgetRawPath()PathgetSymlinkFilePath()inthashCode()booleanisShortened()voidpersistLongFileName()StringtoString()
-
-
-
Method Detail
-
getRawPath
public Path getRawPath()
-
isShortened
public boolean isShortened()
-
getFilePath
public Path getFilePath()
-
getDirFilePath
public Path getDirFilePath()
-
getSymlinkFilePath
public Path getSymlinkFilePath()
-
getInflatedNamePath
public Path getInflatedNamePath()
-
persistLongFileName
public void persistLongFileName()
-
-