Uses of Interface
org.opensaml.xmlsec.signature.NamedCurve
-
Packages that use NamedCurve Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of NamedCurve in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return NamedCurve Modifier and Type Method Description NamedCurveECKeyValue. getNamedCurve()Get the NamedCurve child element.Methods in org.opensaml.xmlsec.signature with parameters of type NamedCurve Modifier and Type Method Description voidECKeyValue. setNamedCurve(NamedCurve newCurve)Set the NamedCurve child element.
-