| Interface | Description |
|---|---|
| Logger |
Logger.
|
| Class | Description |
|---|---|
| AttributeVector |
Object of this class represents the attribute vector.
|
| ConcurrentBag<T> |
This is a specialized concurrent bag that achieves superior performance
to LinkedBlockingQueue and LinkedTransferQueue for the purposes of a
connection pool.
|
| ConcurrentBag.BagEntry<T> | |
| Functions |
This class contains only static methods.
|
| KeyPairTemplate |
Template pair for the private key and public key.
|
| Mechanism |
Objects of this class represent a mechanism as defined in PKCS#11.
|
| MechanismInfo |
Objects of this class provide information about a certain mechanism that a
token implements.
|
| ModuleInfo |
Objects of this class provide information about a PKCS#11 module; i.e.
|
| PKCS11Constants |
This interface holds constants of the PKCS#11 v2.40 errata 1 standard.
|
| PKCS11Key |
PKCS#11 key
|
| PKCS11KeyId |
Identifier of a PKCS#11 key Object.
|
| PKCS11KeyPair |
This class does not correspond to any PKCS#11 object.
|
| PKCS11Module |
Objects of this class represent a PKCS#11 module.
|
| PKCS11Token |
This is a PKCS#11 token with session management.
|
| Session |
Session objects are used to perform cryptographic operations on a token.
|
| SessionInfo |
An object of this class provides information about a session.
|
| Slot |
Objects of this class represent slots that can accept tokens.
|
| SlotInfo |
Objects of this call provide information about a slot.
|
| StaticLogger |
A logger provide static logging-methods.
|
| Token |
Objects of this class represent PKCS#11 tokens.
|
| TokenInfo |
Objects of this class provide information about a token.
|
| Version |
Objects of this class represent a version.
|
| Enum | Description |
|---|---|
| PKCS11Constants.Category |
| Exception | Description |
|---|---|
| PKCS11Exception |
This is the superclass of all checked exceptions used by this package.
|
| TokenException |
The base class for all exceptions in this package.
|
Copyright © 2023. All rights reserved.