org.mozilla.jss.util
public class PasswordCallbackInfo extends Object
Field Summary | |
---|---|
static int | FILE
Logging into a file. |
protected String | name |
protected int | type |
static int | TOKEN
Logging into a PKCS #11 token. |
Constructor Summary | |
---|---|
PasswordCallbackInfo(String name, int type) |
Method Summary | |
---|---|
String | getName()
The name of the file or token that is being logged into. |
int | getType()
The type of object that is being logged into, FILE
or TOKEN . |
Parameters: name The name of the file or token that is being logged into. type The type of object (FILE
or
TOKEN
) that is being logged into.
FILE
or TOKEN
.