Package io.jans.as.model.crypto
Class CryptoProviderFactory
- java.lang.Object
-
- io.jans.as.model.crypto.CryptoProviderFactory
-
public class CryptoProviderFactory extends Object
- Version:
- April 25, 2017
- Author:
- Javier Rojas Blum
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AbstractCryptoProvider
getCryptoProvider(AppConfiguration configuration)
static void
reset()
-
-
-
Method Detail
-
getCryptoProvider
public static AbstractCryptoProvider getCryptoProvider(AppConfiguration configuration) throws KeyStoreException
- Throws:
KeyStoreException
-
reset
public static void reset()
-
-