static CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.cryptoFileSystemProperties() |
Starts construction of CryptoFileSystemProperties
|
static CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.cryptoFileSystemPropertiesFrom(Map<String,?> properties) |
Starts construction of CryptoFileSystemProperties
|
CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.Builder.withFlags(Collection<CryptoFileSystemProperties.FileSystemFlags> flags) |
Sets the flags for a CryptoFileSystem.
|
CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.Builder.withFlags(CryptoFileSystemProperties.FileSystemFlags... flags) |
Sets the flags for a CryptoFileSystem.
|
CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.Builder.withMasterkeyFilename(String masterkeyFilename) |
Sets the name of the masterkey file located inside the vault directory.
|
CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.Builder.withPassphrase(CharSequence passphrase) |
Sets the passphrase to use for a CryptoFileSystem.
|
static CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.withPassphrase(CharSequence passphrase) |
Starts construction of CryptoFileSystemProperties.
|
CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.Builder.withPepper(byte[] pepper) |
Sets the pepper for a CryptoFileSystem.
|
CryptoFileSystemProperties.Builder |
CryptoFileSystemProperties.Builder.withReadonlyFlag() |
Deprecated.
|