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

Packages that use Transform
org.opensaml.xml.encryption XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content. 
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
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 Transform in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption that return types with arguments of type Transform
 List<Transform> Transforms.getTransforms()
          Get the list of Transform child elements.
 

Uses of Transform in org.opensaml.xml.encryption.impl
 

Methods in org.opensaml.xml.encryption.impl that return types with arguments of type Transform
 List<Transform> TransformsImpl.getTransforms()
          Get the list of Transform child elements.
 

Uses of Transform in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return types with arguments of type Transform
 List<Transform> Transforms.getTransforms()
          Get the list of Transform child elements
 

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

Classes in org.opensaml.xml.signature.impl that implement Transform
 class TransformImpl
          Concrete implementation of Transform
 

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

Methods in org.opensaml.xml.signature.impl that return types with arguments of type Transform
 List<Transform> TransformsImpl.getTransforms()
          Get the list of Transform child elements
 

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

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



Copyright © 1999-2013. All Rights Reserved.