Class CryptoFileSystemProperties

java.lang.Object
java.util.AbstractMap<String,Object>
org.cryptomator.cryptofs.CryptoFileSystemProperties
All Implemented Interfaces:
Map<String,Object>

public class CryptoFileSystemProperties extends AbstractMap<String,Object>
Author:
Markus Kreusch
  • Field Details

    • PROPERTY_MAX_CLEARTEXT_NAME_LENGTH

      public static final String PROPERTY_MAX_CLEARTEXT_NAME_LENGTH
      Maximum cleartext filename length.
      Since:
      2.0.0
      See Also:
    • PROPERTY_SHORTENING_THRESHOLD

      public static final String PROPERTY_SHORTENING_THRESHOLD
      Shortening threshold for ciphertext filenames.
      Since:
      2.5.0
      See Also:
    • PROPERTY_KEYLOADER

      public static final String PROPERTY_KEYLOADER
      Key identifying the key loader used during initialization.
      Since:
      2.0.0
      See Also:
    • PROPERTY_VAULTCONFIG_FILENAME

      public static final String PROPERTY_VAULTCONFIG_FILENAME
      Key identifying the name of the vault config file located inside the vault directory.
      Since:
      2.0.0
      See Also:
    • PROPERTY_MASTERKEY_FILENAME

      @Deprecated public static final String PROPERTY_MASTERKEY_FILENAME
      Deprecated.
      Replaced with external keyloader API
      Key identifying the name of the masterkey file located inside the vault directory.
      Since:
      1.1.0
      See Also:
    • PROPERTY_FILESYSTEM_FLAGS

      public static final String PROPERTY_FILESYSTEM_FLAGS
      Key identifying the filesystem flags.
      Since:
      1.3.0
      See Also:
    • PROPERTY_CIPHER_COMBO

      public static final String PROPERTY_CIPHER_COMBO
      Key identifying the combination of ciphers to use in a vault. Only meaningful during vault initialization.
      Since:
      2.0.0
      See Also:
  • Method Details