Uses of Interface
se.swedenconnect.security.credential.pkcs11.Pkcs11ObjectAccessor
Packages that use Pkcs11ObjectAccessor
Package
Description
Interfaces and classes for handling PKCS#11 providers.
-
Uses of Pkcs11ObjectAccessor in se.swedenconnect.security.credential.pkcs11
Subinterfaces of Pkcs11ObjectAccessor in se.swedenconnect.security.credential.pkcs11Modifier and TypeInterfaceDescriptioninterface
A functional interface for getting a reference to a certificate chain residing on a PKCS#11 device.interface
A functional interface for getting a reference to a private key residing on a PKCS#11 device.Classes in se.swedenconnect.security.credential.pkcs11 that implement Pkcs11ObjectAccessorModifier and TypeClassDescriptionclass
An implementation of thePkcs11CertificatesAccessor
interface for the SunPKCS11 security provider and other providers that implement the JavaKeyStoreSpi
.class
An implementation of thePkcs11PrivateKeyAccessor
interface for the SunPKCS11 security provider and other providers that implement the JavaKeyStoreSpi
.