| Package | Description |
|---|---|
| org.xipki.pkcs11.wrapper |
| Modifier and Type | Field and Description |
|---|---|
protected Token |
Session.token
The token to perform the operations on.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
Slot.getNullableToken()
Get an object for handling the token that is currently present in this
slot, or null, if there is no token present.
|
Token |
Slot.getToken()
Get an object for handling the token that is currently present in this slot.
|
Token |
PKCS11Token.getToken()
Get the token that created this Session object.
|
Token |
Session.getToken()
Get the token that created this Session object.
|
| Constructor and Description |
|---|
PKCS11Token(Token token,
boolean readOnly,
char[] pin)
The simple constructor.
|
PKCS11Token(Token token,
boolean readOnly,
long userType,
char[] userName,
List<char[]> pins,
Integer numSessions)
The advanced constructor.
|
Session(Token token,
long sessionHandle)
Constructor taking the token and the session handle.
|
Copyright © 2023. All rights reserved.