| Package | Description |
|---|---|
| org.nhindirect.common.crypto.impl |
Implementation specific classes of crypto interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrappedPKCS11Credential
Implementation of a PKCS11 credential where the pin is provided as an injected parameter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPKCS11TokenKeyStoreProtectionManager.setCredential(PKCS11Credential credential)
Sets the credential used to log into the token.
|
| Constructor and Description |
|---|
AbstractPKCS11TokenKeyStoreProtectionManager(PKCS11Credential credential,
String keyStorePassPhraseAlias,
String privateKeyPassPhraseAlias)
Constructor that takes a credential interface for logging into the token.
|
StaticCachedPKCS11TokenKeyStoreProtectionManager(PKCS11Credential credential,
String keyStorePassPhraseAlias,
String privateKeyPassPhraseAlias)
Constructs the store with a credential manager and aliases.
|
StaticPKCS11TokenKeyStoreProtectionManager(PKCS11Credential credential,
String keyStorePassPhraseAlias,
String privateKeyPassPhraseAlias)
Constructs the store with a credential manager and aliases.
|
Copyright © 2010–2021 The Direct Project. All rights reserved.