public class PasswordCallbackInfo
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
FILE |
Logging into a file.
|
protected java.lang.String |
name |
|
static int |
TOKEN |
Logging into a PKCS #11 token.
|
protected int |
type |
| Constructor | Description |
|---|---|
PasswordCallbackInfo(java.lang.String name,
int type) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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. |
protected java.lang.String name
protected int type
public static final int FILE
public static final int TOKEN