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

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

Uses of Seed in org.opensaml.xml.signature
 

Methods in org.opensaml.xml.signature that return Seed
 Seed DSAKeyValue.getSeed()
          Get the Seed element.
 

Methods in org.opensaml.xml.signature with parameters of type Seed
 void DSAKeyValue.setSeed(Seed newSeed)
          Set the Seed element.
 

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

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

Methods in org.opensaml.xml.signature.impl with parameters of type Seed
 void DSAKeyValueImpl.setSeed(Seed newSeed)
          Set the Seed element.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.