See: Description
| Class | Description |
|---|---|
| AbstractPKCS11TokenKeyStoreProtectionManager |
Abstract base class for accessing key store pass phrases from a PKCS11 token.
|
| BootstrappedKeyStoreProtectionManager |
Implementation of a key store manager where the protection keys are provided as injected parameters.
|
| BootstrappedPKCS11Credential |
Implementation of a PKCS11 credential where the pin is provided as an injected parameter.
|
| DynamicPKCS11TokenKeyStoreProtectionManager |
A more dynamic implementation than the StaticPKCS11TokenKeyStoreProtectionManager that allows for swap-able tokens and plug-able methods
for different logging into the token as described by the
CallbackHandler class. |
| StaticCachedPKCS11TokenKeyStoreProtectionManager |
This implementations uses the same login process as the
StaticPKCS11TokenKeyStoreProtectionManager, however the
keystore and private key protection keys are loaded into the manager at init time and cached in the class. |
| StaticPKCS11TokenKeyStoreProtectionManager |
Implementation of PKCS11 token store that generally does not get detached from the system.
|
Copyright © 2010–2021 The Direct Project. All rights reserved.