Uses of Class
se.swedenconnect.security.algorithms.curves.NamedCurve
-
Packages that use NamedCurve Package Description se.swedenconnect.security.algorithms.curves Support for named curves. -
-
Uses of NamedCurve in se.swedenconnect.security.algorithms.curves
Fields in se.swedenconnect.security.algorithms.curves declared as NamedCurve Modifier and Type Field Description static NamedCurve[]StaticNamedCurveRegistry. defaultCurvesThe default curves supported by this registry.Methods in se.swedenconnect.security.algorithms.curves that return NamedCurve Modifier and Type Method Description NamedCurveNamedCurveRegistry. getCurve(String name)Gets aNamedCurvebased on its name.NamedCurveNamedCurveRegistry. getCurve(Predicate<NamedCurve> predicate)Gets aNamedCurvebased on the given predicate.NamedCurveNamedCurveRegistryImpl. getCurve(String name)Gets aNamedCurvebased on its name.NamedCurveNamedCurveRegistryImpl. getCurve(Predicate<NamedCurve> predicate)Gets aNamedCurvebased on the given predicate.NamedCurveNamedCurveRegistrySingleton. getCurve(String name)Gets aNamedCurvebased on its name.NamedCurveNamedCurveRegistrySingleton. getCurve(Predicate<NamedCurve> predicate)Gets aNamedCurvebased on the given predicate.Methods in se.swedenconnect.security.algorithms.curves that return types with arguments of type NamedCurve Modifier and Type Method Description List<NamedCurve>NamedCurveRegistry. getCurves(Predicate<NamedCurve> predicate)Gets all curves that matches the given predicate.List<NamedCurve>NamedCurveRegistryImpl. getCurves(Predicate<NamedCurve> predicate)Gets all curves that matches the given predicate.List<NamedCurve>NamedCurveRegistrySingleton. getCurves(Predicate<NamedCurve> predicate)Gets all curves that matches the given predicate.Methods in se.swedenconnect.security.algorithms.curves with parameters of type NamedCurve Modifier and Type Method Description voidNamedCurveRegistryImpl. register(NamedCurve curve)Registers the given curve in the registry.Method parameters in se.swedenconnect.security.algorithms.curves with type arguments of type NamedCurve Modifier and Type Method Description NamedCurveNamedCurveRegistry. getCurve(Predicate<NamedCurve> predicate)Gets aNamedCurvebased on the given predicate.NamedCurveNamedCurveRegistryImpl. getCurve(Predicate<NamedCurve> predicate)Gets aNamedCurvebased on the given predicate.NamedCurveNamedCurveRegistrySingleton. getCurve(Predicate<NamedCurve> predicate)Gets aNamedCurvebased on the given predicate.List<NamedCurve>NamedCurveRegistry. getCurves(Predicate<NamedCurve> predicate)Gets all curves that matches the given predicate.List<NamedCurve>NamedCurveRegistryImpl. getCurves(Predicate<NamedCurve> predicate)Gets all curves that matches the given predicate.List<NamedCurve>NamedCurveRegistrySingleton. getCurves(Predicate<NamedCurve> predicate)Gets all curves that matches the given predicate.Constructor parameters in se.swedenconnect.security.algorithms.curves with type arguments of type NamedCurve Constructor Description NamedCurveRegistryImpl(List<NamedCurve> registry)Constructor setting up the registry according to the supplied list.
-