This task command will generated a salt of a specified length.
Before executing this task command the following set should be performed:
setSaltLength
Upon execution of this command the method getSalt should be called to retrieve the generated salt value.
Field Summary | |
static java.lang.String | COPYRIGHT Copyright field. |
static java.lang.String | defaultCommandClassName Default command implementation class. |
static java.lang.String | NAME Command name. |
Method Summary | |
java.lang.String | getSalt() Retrieve the Salt that was generated. |
void | setSaltLength(int nSaltLength) Sets the length of the salt that should be generated. |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public java.lang.String getSalt()
public void setSaltLength(int nSaltLength)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.