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
 

Fields in org.opensaml.xml.encryption.impl declared as Seed
private  Seed DHKeyValueImpl.seed
          seed child element.
 

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(String namespaceURI, String localName, 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 © 1999-2013. All Rights Reserved.