- setInitializationVector(byte[]) - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Sets the initialization vector in use, set to null to generate a random initialization vector.
- setOutputInitializationVector(boolean) - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Sets if the InitializationVector is output.
- setOutputSalt(boolean) - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Sets if the salt is output.
- setPassword(String) - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Sets the password.
- setSalt(byte[]) - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Sets the salt in use, set to null to generate a random salt.
- setSettings(byte[]) - Method in class com.captainalm.lib.stdcrypt.encryption.AESPasswordRfc2898CipherFactory
-
Sets the cipher settings using a byte array.
- setSettings(byte[]) - Method in interface com.captainalm.lib.stdcrypt.encryption.ICipherFactory
-
Sets the cipher settings using a byte array.