Package se.swedenconnect.security.credential.spring.converters
package se.swedenconnect.security.credential.spring.converters
Spring converters that are usable when working with credentials.
-
ClassesClassDescriptionAbstract base class for converters that convert a resource property value into an object.A
Converter
that accepts a string that is a reference to a registeredKeyStore
and uses the systemCredentialBundles
bean to create a resolvableKeyStoreReference
.AConverter
that accepts a string that is a reference to a registeredPkiCredential
and uses the systemCredentialBundles
bean to create a resolvablePkiCredentialReference
.AConverter
that gets the property value (e.g.,classpath:signing.key
) and instantiates aPrivateKey
object.AConverter
that gets the property value (e.g.,classpath:cert.crt
) and instantiates anX509Certificate
object.