Uses of Interface
se.swedenconnect.security.credential.pkcs11.Pkcs11CertificatesAccessor
Packages that use Pkcs11CertificatesAccessor
Package
Description
Interfaces and classes for handling PKCS#11 providers.
-
Uses of Pkcs11CertificatesAccessor in se.swedenconnect.security.credential.pkcs11
Classes in se.swedenconnect.security.credential.pkcs11 that implement Pkcs11CertificatesAccessorModifier and TypeClassDescriptionclass
An implementation of thePkcs11CertificatesAccessor
interface for the SunPKCS11 security provider and other providers that implement the JavaKeyStoreSpi
.Constructors in se.swedenconnect.security.credential.pkcs11 with parameters of type Pkcs11CertificatesAccessorModifierConstructorDescriptionPkcs11Credential
(Pkcs11Configuration configuration, String alias, char[] pin, Pkcs11PrivateKeyAccessor privateKeyAccessor, Pkcs11CertificatesAccessor certificatesAccessor) Constructor.