Uses of Class
se.swedenconnect.security.algorithms.curves.NamedCurve
Packages that use NamedCurve
-
Uses of NamedCurve in se.swedenconnect.security.algorithms.curves
Fields in se.swedenconnect.security.algorithms.curves declared as NamedCurveModifier and TypeFieldDescriptionstatic NamedCurve[]
StaticNamedCurveRegistry.defaultCurves
The default curves supported by this registry.Methods in se.swedenconnect.security.algorithms.curves that return NamedCurveModifier and TypeMethodDescriptionGets aNamedCurve
based on its name.NamedCurveRegistry.getCurve
(Predicate<NamedCurve> predicate) Gets aNamedCurve
based on the given predicate.Gets aNamedCurve
based on its name.NamedCurveRegistryImpl.getCurve
(Predicate<NamedCurve> predicate) Gets aNamedCurve
based on the given predicate.Gets aNamedCurve
based on its name.NamedCurveRegistrySingleton.getCurve
(Predicate<NamedCurve> predicate) Gets aNamedCurve
based on the given predicate.Methods in se.swedenconnect.security.algorithms.curves that return types with arguments of type NamedCurveModifier and TypeMethodDescriptionNamedCurveRegistry.getCurves
(Predicate<NamedCurve> predicate) Gets all curves that matches the given predicate.NamedCurveRegistryImpl.getCurves
(Predicate<NamedCurve> predicate) Gets all curves that matches the given predicate.NamedCurveRegistrySingleton.getCurves
(Predicate<NamedCurve> predicate) Gets all curves that matches the given predicate.Methods in se.swedenconnect.security.algorithms.curves with parameters of type NamedCurveModifier and TypeMethodDescriptionvoid
NamedCurveRegistryImpl.register
(NamedCurve curve) Registers the given curve in the registry.Method parameters in se.swedenconnect.security.algorithms.curves with type arguments of type NamedCurveModifier and TypeMethodDescriptionNamedCurveRegistry.getCurve
(Predicate<NamedCurve> predicate) Gets aNamedCurve
based on the given predicate.NamedCurveRegistryImpl.getCurve
(Predicate<NamedCurve> predicate) Gets aNamedCurve
based on the given predicate.NamedCurveRegistrySingleton.getCurve
(Predicate<NamedCurve> predicate) Gets aNamedCurve
based on the given predicate.NamedCurveRegistry.getCurves
(Predicate<NamedCurve> predicate) Gets all curves that matches the given predicate.NamedCurveRegistryImpl.getCurves
(Predicate<NamedCurve> predicate) Gets all curves that matches the given predicate.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 NamedCurveModifierConstructorDescriptionNamedCurveRegistryImpl
(List<NamedCurve> registry) Constructor setting up the registry according to the supplied list.