Package se.swedenconnect.security.credential.pkcs11
package se.swedenconnect.security.credential.pkcs11
Interfaces and classes for handling PKCS#11 providers.
-
ClassDescriptionAbstract base class for PKCS#11 configuration.A
Pkcs11Configuration
where a PKCS#11 each configuration setting is supplied.APkcs11Configuration
where a PKCS#11 configuration file is supplied.A functional interface for getting a reference to a certificate chain residing on a PKCS#11 device.Interface for a PKCS#11 configuration.Exception class for reporting invalid PKCS#11 configuration or failures to instatiate a PKCS#11 provider.A PKCS#11 credential implementation of thePkiCredential
andReloadablePkiCredential
interfaces.The default implementation of theKeyStoreReloader
interface.A functional interface for getting a reference to an object residing on a PKCS#11 device.A functional interface for getting a reference to a private key residing on a PKCS#11 device.APkcs11Configuration
where the SunPKCS11 provider is statically configured (see below).An implementation of thePkcs11CertificatesAccessor
interface for the SunPKCS11 security provider and other providers that implement the JavaKeyStoreSpi
.An implementation of thePkcs11PrivateKeyAccessor
interface for the SunPKCS11 security provider and other providers that implement the JavaKeyStoreSpi
.