Class CryptInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.CryptInfo
All Implemented Interfaces:
Serializable

public class CryptInfo extends ValueClass implements Serializable
This class defines an encryption set.
See Also:
  • Field Details

    • id

      protected int id
      Numerical ID of the encryption information. The first ID is 1.
    • name

      protected String name
      Name.
    • pwd

      protected String pwd
      External password used for encrypting documents. It is empty if this object was returned by checkoutCryptInfos.
    • keyInfo

      protected String keyInfo
      Only for TwoFish-Encyption! Key material. Contains the external and internal password in serialized and encrypted format. Only for internal use. This member is ignored in checkinCryptInfos.
    • systemPwd

      protected String systemPwd
      Since:
      12.00.000.028
    • version

      protected String version
      Since:
      12.00.000.028
    • aesUserKeyInfo

      protected String aesUserKeyInfo
      Since:
      12.00.000.028
    • aesSystemKeyInfo

      protected String aesSystemKeyInfo
      Since:
      12.00.000.028
    • aesUserInitVector

      protected String aesUserInitVector
      Since:
      12.00.000.028
    • aesSystemInitVector

      protected String aesSystemInitVector
      Since:
      12.00.000.028
    • currentPwd

      protected String currentPwd
      Since:
      12.00.000.028
    • currentSystemPwd

      protected String currentSystemPwd
      Since:
      12.00.000.028
    • systemUserId

      protected String systemUserId
      Since:
      12.00.000.028
  • Constructor Details

    • CryptInfo

      public CryptInfo()
    • CryptInfo

      public CryptInfo(CryptInfo rhs)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPwd

      public String getPwd()
    • setPwd

      public void setPwd(String pwd)
    • getKeyInfo

      public String getKeyInfo()
    • setKeyInfo

      public void setKeyInfo(String keyInfo)
    • getSystemPwd

      public String getSystemPwd()
    • setSystemPwd

      public void setSystemPwd(String systemPwd)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getAesUserKeyInfo

      public String getAesUserKeyInfo()
    • setAesUserKeyInfo

      public void setAesUserKeyInfo(String aesUserKeyInfo)
    • getAesSystemKeyInfo

      public String getAesSystemKeyInfo()
    • setAesSystemKeyInfo

      public void setAesSystemKeyInfo(String aesSystemKeyInfo)
    • getAesUserInitVector

      public String getAesUserInitVector()
    • setAesUserInitVector

      public void setAesUserInitVector(String aesUserInitVector)
    • getAesSystemInitVector

      public String getAesSystemInitVector()
    • setAesSystemInitVector

      public void setAesSystemInitVector(String aesSystemInitVector)
    • getCurrentPwd

      public String getCurrentPwd()
    • setCurrentPwd

      public void setCurrentPwd(String currentPwd)
    • getCurrentSystemPwd

      public String getCurrentSystemPwd()
    • setCurrentSystemPwd

      public void setCurrentSystemPwd(String currentSystemPwd)
    • getSystemUserId

      public String getSystemUserId()
    • setSystemUserId

      public void setSystemUserId(String systemUserId)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object