Uses of Interface
se.swedenconnect.security.algorithms.AlgorithmRegistry
-
Packages that use AlgorithmRegistry Package Description se.swedenconnect.security.algorithms Algorithm registry and representations of differens algorithmsse.swedenconnect.security.algorithms.impl Implementation classes for the algorithm registry support. -
-
Uses of AlgorithmRegistry in se.swedenconnect.security.algorithms
Classes in se.swedenconnect.security.algorithms that implement AlgorithmRegistry Modifier and Type Class Description classAlgorithmRegistrySingletonAn singleton for easy access to theAlgorithmRegistry.Methods in se.swedenconnect.security.algorithms with parameters of type AlgorithmRegistry Modifier and Type Method Description static voidAlgorithmRegistrySingleton. setAlgorithmRegistry(AlgorithmRegistry algorithmRegistry)Assigns theAlgorithmRegistryinstance to be used by this singleton. -
Uses of AlgorithmRegistry in se.swedenconnect.security.algorithms.impl
Classes in se.swedenconnect.security.algorithms.impl that implement AlgorithmRegistry Modifier and Type Class Description classAlgorithmRegistryImplDefault implementation of theAlgorithmRegistryinterface.classStaticAlgorithmRegistryStatic implementation of theAlgorithmRegistrywith fixed defaults.
-