Uses of Interface
se.swedenconnect.security.credential.PkiCredential
Package
Description
Generic support for X.509 credentials.
Support for credential containers.
Spring factory beans for creating credential objects.
Credentials defined for use with OpenSAML/Shibboleth.
Interfaces and classes for handling PKCS#11 provider configuration.
-
Uses of PkiCredential in se.swedenconnect.security.credential
Modifier and TypeInterfaceDescriptioninterface
An interface for credentials are "testable" and "reloadable".Modifier and TypeClassDescriptionclass
Abstract base class for classes implementing thePkiCredential
interface.class
Abstract base class for reloadable credentials.class
A basic implementation of thePkiCredential
interface.class
class
A PKCS#11 credential implementation of thePkiCredential
andReloadablePkiCredential
interfaces. -
Uses of PkiCredential in se.swedenconnect.security.credential.container
Modifier and TypeMethodDescriptionfinal PkiCredential
AbstractKeyStorePkiCredentialContainer.getCredential
(String alias) Gets the credential for a specific alias from the credential container.InMemoryPkiCredentialContainer.getCredential
(String alias) Gets the credential for a specific alias from the credential container.PkiCredentialContainer.getCredential
(String alias) Gets the credential for a specific alias from the credential container.protected abstract PkiCredential
AbstractKeyStorePkiCredentialContainer.getCredentialFromAlias
(String alias) Gets the credential for a specific alias from the credential container.HsmPkiCredentialContainer.getCredentialFromAlias
(String alias) Gets the credential for a specific alias from the credential container.SoftPkiCredentialContainer.getCredentialFromAlias
(String alias) Gets the credential for a specific alias from the credential container. -
Uses of PkiCredential in se.swedenconnect.security.credential.factory
Modifier and TypeMethodDescriptionprotected PkiCredential
PkiCredentialFactoryBean.createInstance()
-
Uses of PkiCredential in se.swedenconnect.security.credential.opensaml
ModifierConstructorDescriptionOpenSamlCredential
(PkiCredential credential) Constructor setting up the OpenSAML credential by assigning aPkiCredential
instance. -
Uses of PkiCredential in se.swedenconnect.security.credential.pkcs11conf
Modifier and TypeMethodDescriptionDefaultPkcs11Configuration.getCredentialProvider()
Gets the getter function object that should be used to obtain the private key and certificate from the PKCS#11 device.Pkcs11Configuration.getCredentialProvider()
Gets the getter function object that should be used to obtain the private key and certificate from the PKCS#11 device.