Interface IDfAcsConfig.StoreEntry

Enclosing interface:
IDfAcsConfig

public static interface IDfAcsConfig.StoreEntry
StoreEntry interface encapsulates store type, encryption mode, and compression mode.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns compressionMode 1 if this ACS supports compression for this store type, 0 if the ACS does not.
    int
    Returns cryptoMode 1 if this ACS supports encryption for this store type, 0 if the ACS does not.
    int
    Returns storeType type of a store.
  • Method Details

    • getStoreType

      int getStoreType()
      Returns storeType type of a store.
      Returns:
      storeType type of a store.
    • getCryptoMode

      int getCryptoMode()
      Returns cryptoMode 1 if this ACS supports encryption for this store type, 0 if the ACS does not.
      Returns:
      cryptoMode 1 if this ACS supports encryption for this store type, 0 if the ACS does not.
    • getCompressionMode

      int getCompressionMode()
      Returns compressionMode 1 if this ACS supports compression for this store type, 0 if the ACS does not.
      Returns:
      compressionMode 1 if this ACS supports compression for this store type, 0 if the ACS does not.