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

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

Methods in org.opensaml.xml.encryption that return Seed
 Seed DHKeyValue.getSeed()
          Get the seed element.
 

Methods in org.opensaml.xml.encryption with parameters of type Seed
 void DHKeyValue.setSeed(Seed newSeed)
          Set the seed element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement Seed
 class SeedImpl
          Concrete implementation of Seed
 

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

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



Copyright © 2006-2010 Internet2. All Rights Reserved.