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

Packages that use Transforms
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 Transforms in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return Transforms
 Transforms RetrievalMethod.getTransforms()
          Get the Transforms child element
 

Methods in org.opensaml.xml.signature with parameters of type Transforms
 void RetrievalMethod.setTransforms(Transforms newTransforms)
          Set the Transforms child element
 

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

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

Methods in org.opensaml.xml.signature.impl with parameters of type Transforms
 void RetrievalMethodImpl.setTransforms(Transforms newTransforms)
          Set the Transforms child element
 

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

Methods in org.opensaml.xml.signature.validator with parameters of type Transforms
 void TransformsSchemaValidator.validate(Transforms xmlObject)
          Checks to see if a XMLObject is valid.
protected  void TransformsSchemaValidator.validateTransforms(Transforms xmlObject)
          Validate the transforms.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.