Class Aes

java.lang.Object
com.bld.crypto.aes.config.data.Aes

public class Aes extends Object
The Class Aes.
  • Constructor Details

    • Aes

      public Aes()
  • Method Details

    • getPassword

      public String getPassword()
      Gets the password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Sets the password.
      Parameters:
      password - the new password
    • getSalt

      public String getSalt()
      Gets the salt.
      Returns:
      the salt
    • setSalt

      public void setSalt(String salt)
      Sets the salt.
      Parameters:
      salt - the new salt
    • getKeyLength

      public Integer getKeyLength()
      Gets the key length.
      Returns:
      the key length
    • setKeyLength

      public void setKeyLength(Integer keyLength)
      Sets the key length.
      Parameters:
      keyLength - the new key length