Uses of Interface
org.opensaml.xmlsec.signature.ECKeyValue
-
Packages that use ECKeyValue Package Description org.opensaml.xmlsec.keyinfo Classes in support of processing XML Signature KeyInfo material.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.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return ECKeyValue Modifier and Type Method Description static ECKeyValueKeyInfoSupport. buildECKeyValue(ECPublicKey ecPubKey)Builds anECKeyValueXMLObject from the Java security EC public key type.Methods in org.opensaml.xmlsec.keyinfo with parameters of type ECKeyValue Modifier and Type Method Description static PublicKeyKeyInfoSupport. getECKey(ECKeyValue keyDescriptor)Builds an EC key from anECKeyValueelement. -
Uses of ECKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return ECKeyValue Modifier and Type Method Description ECKeyValueKeyValue. getECKeyValue()Get the ECKeyValue child element.Methods in org.opensaml.xmlsec.signature with parameters of type ECKeyValue Modifier and Type Method Description voidKeyValue. setECKeyValue(ECKeyValue newECKeyValue)Set the ECKeyValue child element.
-