Uses of Interface
org.opensaml.xmlsec.signature.ECKeyValue
-
Packages that use ECKeyValue Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. -
-
Uses of ECKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return ECKeyValue Modifier and Type Method Description ECKeyValue
KeyValue. getECKeyValue()
Get the ECKeyValue child element.Methods in org.opensaml.xmlsec.signature with parameters of type ECKeyValue Modifier and Type Method Description void
KeyValue. setECKeyValue(ECKeyValue newECKeyValue)
Set the ECKeyValue child element.
-