Uses of Interface
org.opensaml.xml.encryption.Generator

Packages that use Generator
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. 
 

Uses of Generator in org.opensaml.xml.encryption
 

Methods in org.opensaml.xml.encryption that return Generator
 Generator DHKeyValue.getGenerator()
          Get the Generator child element.
 

Methods in org.opensaml.xml.encryption with parameters of type Generator
 void DHKeyValue.setGenerator(Generator newGenerator)
          Set the G child element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement Generator
 class GeneratorImpl
          Concrete implementation of Generator
 

Methods in org.opensaml.xml.encryption.impl that return Generator
 Generator GeneratorBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 Generator GeneratorBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 Generator DHKeyValueImpl.getGenerator()
          Get the Generator child element.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type Generator
 void DHKeyValueImpl.setGenerator(Generator newGenerator)
          Set the G child element.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.