Uses of Interface
org.opensaml.xml.signature.ECKeyValue

Packages that use ECKeyValue
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
org.opensaml.xml.signature.validator   
 

Uses of ECKeyValue in org.opensaml.xml.signature.impl
 

Classes in org.opensaml.xml.signature.impl that implement ECKeyValue
 class ECKeyValueImpl
          Concrete implementation of ECKeyValue.
 

Methods in org.opensaml.xml.signature.impl that return ECKeyValue
 ECKeyValue ECKeyValueBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Signature specifications.
 ECKeyValue ECKeyValueBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 

Uses of ECKeyValue in org.opensaml.xml.signature.validator
 

Methods in org.opensaml.xml.signature.validator with parameters of type ECKeyValue
 void ECKeyValueSchemaValidator.validate(ECKeyValue xmlObject)
          Checks to see if a XMLObject is valid.
protected  void ECKeyValueSchemaValidator.validateChildrenPresence(ECKeyValue xmlObject)
          Validate that all children are present.
 



Copyright © 1999-2013. All Rights Reserved.