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
Converterthat accepts a string that is a reference to a registeredKeyStoreand uses the systemCredentialBundlesbean to create a resolvableKeyStoreReference.AConverterthat accepts a string that is a reference to a registeredPkiCredentialand uses the systemCredentialBundlesbean to create a resolvablePkiCredentialReference.AConverterthat gets the property value (e.g.,classpath:signing.key) and instantiates aPrivateKeyobject.AConverterthat gets the property value (e.g.,classpath:cert.crt) and instantiates anX509Certificateobject.