Class KeyStoreReferenceConverter

java.lang.Object
se.swedenconnect.security.credential.spring.converters.KeyStoreReferenceConverter
All Implemented Interfaces:
Aware, ApplicationContextAware, Converter<String,KeyStoreReference>

public class KeyStoreReferenceConverter extends Object implements Converter<String,KeyStoreReference>, ApplicationContextAware
A Converter that accepts a string that is a reference to a registered KeyStore and uses the system CredentialBundles bean to create a resolvable KeyStoreReference.
Author:
Martin Lindström