All Classes and Interfaces
Class
Description
Functions used from commons-lang
Utility class for generating a suffix for the backup file to make it unique to its original file.
Caches for the cleartext path of a directory its ciphertext path to the content directory.
Represents a ciphertext directory without it's mount point in the virtual filesystem.
Filename prefix as defined issue 38.
A
FileSystem
which allows access to encrypted data in a directory.Properties to pass to
FileSystems.newFileSystem(URI, Map)
or
CryptoFileSystemProvider.newFileSystem(Path, CryptoFileSystemProperties)
.Builds
CryptoFileSystemProperties
Provides access to file system performance metrics.
Utility to handle
URI
s used by the CryptoFileSystemProvider
.Single purpose class to read or write the directory id backup of an encrypted directory.
Enumeration of the vault directory structure resemblances.
Indicates that an operation failed, as it would result in a ciphertext path that is too long for the underlying file system.
Indicates that no file system for a given vault can be created, because the vault has been created with an older version of this library.
Used to perform migration from an older vault format to a newer one.
Functions used from commons-lang
Typesafe representation of vault configuration files.
Failed to parse or verify vault config token.
An attempt was made to verify the signature of a vault config token using an invalid key.