Package com.bld.crypto.aes.config.data
Class Aes
java.lang.Object
com.bld.crypto.aes.config.data.Aes
The Class Aes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the key length.Gets the password.getSalt()Gets the salt.voidsetKeyLength(Integer keyLength) Sets the key length.voidsetPassword(String password) Sets the password.voidSets the salt.
-
Constructor Details
-
Aes
public Aes()
-
-
Method Details
-
getPassword
Gets the password.- Returns:
- the password
-
setPassword
Sets the password.- Parameters:
password- the new password
-
getSalt
Gets the salt.- Returns:
- the salt
-
setSalt
Sets the salt.- Parameters:
salt- the new salt
-
getKeyLength
Gets the key length.- Returns:
- the key length
-
setKeyLength
Sets the key length.- Parameters:
keyLength- the new key length
-