Class CryptInfoC

java.lang.Object
de.elo.ix.client.CryptInfoC
All Implemented Interfaces:
Serializable

public class CryptInfoC extends Object implements Serializable
Since:
12.00.000.028
See Also:
  • Field Details

    • DELETE_SYSTEM_PART

      public static final String DELETE_SYSTEM_PART
      Marker for the action "delete the system part from an encryption set". This is used within the field CryptInfo.systemPwd to indicate the above desired action.
      Since:
      12.00.000.028
      See Also:
    • ENCRYPTION_VERSION_AES_V1

      public static final String ENCRYPTION_VERSION_AES_V1
      Denotes the current internal version of encryption method used for file encryption.
      Since:
      12.00.000.028
      See Also:
    • MAX_LENGTH_ENCRYPTIONSET_NAME

      public static final int MAX_LENGTH_ENCRYPTIONSET_NAME
      Maximum length of encryption set name.
      Since:
      12.00.000.035
      See Also:
  • Constructor Details

    • CryptInfoC

      public CryptInfoC()
  • Method Details

    • getDELETE_SYSTEM_PART

      public String getDELETE_SYSTEM_PART()
    • setDELETE_SYSTEM_PART

      public void setDELETE_SYSTEM_PART(String DELETE_SYSTEM_PART)
    • getENCRYPTION_VERSION_AES_V1

      public String getENCRYPTION_VERSION_AES_V1()
    • setENCRYPTION_VERSION_AES_V1

      public void setENCRYPTION_VERSION_AES_V1(String ENCRYPTION_VERSION_AES_V1)
    • getMAX_LENGTH_ENCRYPTIONSET_NAME

      public int getMAX_LENGTH_ENCRYPTIONSET_NAME()
    • setMAX_LENGTH_ENCRYPTIONSET_NAME

      public void setMAX_LENGTH_ENCRYPTIONSET_NAME()