Uses of Interface
org.opensaml.xmlsec.signature.ECKeyValue
Packages that use ECKeyValue
Package
Description
Classes in support of processing XML Signature KeyInfo material.
Specific implementations of
KeyInfoProvider.XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of ECKeyValue in org.opensaml.xmlsec.keyinfo
Methods in org.opensaml.xmlsec.keyinfo that return ECKeyValueModifier and TypeMethodDescriptionstatic ECKeyValueKeyInfoSupport.buildECKeyValue(ECPublicKey ecPubKey) Builds anECKeyValueXMLObject from the Java security EC public key type.Methods in org.opensaml.xmlsec.keyinfo with parameters of type ECKeyValueModifier and TypeMethodDescriptionstatic PublicKeyKeyInfoSupport.getECKey(ECKeyValue keyDescriptor) Builds an EC key from anECKeyValueelement. -
Uses of ECKeyValue in org.opensaml.xmlsec.keyinfo.impl.provider
Methods in org.opensaml.xmlsec.keyinfo.impl.provider that return ECKeyValueModifier and TypeMethodDescriptionprotected ECKeyValueECKeyValueProvider.getECKeyValue(XMLObject xmlObject) Get the ECKeyValue from the passed XML object. -
Uses of ECKeyValue in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return ECKeyValueMethods in org.opensaml.xmlsec.signature with parameters of type ECKeyValueModifier and TypeMethodDescriptionvoidKeyValue.setECKeyValue(ECKeyValue newECKeyValue) Set the ECKeyValue child element. -
Uses of ECKeyValue in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement ECKeyValueFields in org.opensaml.xmlsec.signature.impl declared as ECKeyValueModifier and TypeFieldDescriptionprivate ECKeyValueKeyValueImpl.ecKeyValueECKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl that return ECKeyValueModifier and TypeMethodDescriptionECKeyValueBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.ECKeyValueBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.KeyValueImpl.getECKeyValue()Get the ECKeyValue child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type ECKeyValueModifier and TypeMethodDescriptionvoidKeyValueImpl.setECKeyValue(ECKeyValue newECKeyValue) Set the ECKeyValue child element.