| Package | Description |
|---|---|
| org.nhindirect.common.crypto.impl |
Implementation specific classes of crypto interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPKCS11TokenKeyStoreProtectionManager
Abstract base class for accessing key store pass phrases from a PKCS11 token.
|
class |
BootstrappedKeyStoreProtectionManager
Implementation of a key store manager where the protection keys are provided as injected parameters.
|
class |
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. |
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. |
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.