public class PasswordCallbackInfo
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
PasswordCallbackInfo(java.lang.String name,
int type) |
protected java.lang.String name
protected int type
public static final int FILE
public static final int TOKEN