JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the oob method used for authentication
static byte[]
Creates 128-bit authentication value
short
Returns the Output OOB Action description
static int
Returns the Output OOB Action value
static int
Returns the Output OOB Action value
Parses the output oob action value
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
NO_OUTPUT
Output OOB Actions
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null
getOutputOOBAction
public short getOutputOOBAction ()
fromValue
Returns the oob method used for authentication
Parameters:
method
- auth method used
getOutputOOBActionDescription
Returns the Output OOB Action description
Parameters:
type
- Output OOB type
Returns:
Input OOB type description
parseOutputActionsFromBitMask
Parses the output oob action value
Parameters:
outputAction
- type of output action
Returns:
selected output action type
getOutputOOBActionValue
Returns the Output OOB Action value
Parameters:
type
- output OOB type
getOutputOOBActionValue
public static int getOutputOOBActionValue (short actionType)
Returns the Output OOB Action value
Parameters:
actionType
- output OOB action type
generateOutputOOBAuthenticationValue
public static byte[] generateOutputOOBAuthenticationValue (OutputOOBAction outputActionType,
String input)
Creates 128-bit authentication value
Parameters:
outputActionType
- selected OutputOOBAction
input
- input