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

Packages that use NamedCurve
org.opensaml.xml.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
org.opensaml.xml.signature.validator   
 

Uses of NamedCurve in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return NamedCurve
 NamedCurve ECKeyValue.getNamedCurve()
          Get the NamedCurve child element.
 

Methods in org.opensaml.xml.signature with parameters of type NamedCurve
 void ECKeyValue.setNamedCurve(NamedCurve newCurve)
          Set the NamedCurve child element.
 

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

Classes in org.opensaml.xml.signature.impl that implement NamedCurve
 class NamedCurveImpl
          Concrete implementation of NamedCurve.
 

Fields in org.opensaml.xml.signature.impl declared as NamedCurve
private  NamedCurve ECKeyValueImpl.namedCurve
          NamedCurve child element value.
 

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

Methods in org.opensaml.xml.signature.impl with parameters of type NamedCurve
 void ECKeyValueImpl.setNamedCurve(NamedCurve newCurve)
          Set the NamedCurve child element.
 

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

Methods in org.opensaml.xml.signature.validator with parameters of type NamedCurve
 void NamedCurveSchemaValidator.validate(NamedCurve xmlObject)
          Checks to see if a XMLObject is valid.
protected  void NamedCurveSchemaValidator.validateURI(NamedCurve xmlObject)
          Validate the URI.
 



Copyright © 1999-2013. All Rights Reserved.