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

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

Methods in org.opensaml.xml.encryption that return OriginatorKeyInfo
 OriginatorKeyInfo AgreementMethod.getOriginatorKeyInfo()
          Get the child element containing the key generation material for the originator.
 

Methods in org.opensaml.xml.encryption with parameters of type OriginatorKeyInfo
 void AgreementMethod.setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)
          Set the child element containing the key generation material for the originator.
 

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

Classes in org.opensaml.xml.encryption.impl that implement OriginatorKeyInfo
 class OriginatorKeyInfoImpl
          Concrete implementation of OriginatorKeyInfo
 

Methods in org.opensaml.xml.encryption.impl that return OriginatorKeyInfo
 OriginatorKeyInfo OriginatorKeyInfoBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 OriginatorKeyInfo OriginatorKeyInfoBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 OriginatorKeyInfo AgreementMethodImpl.getOriginatorKeyInfo()
          Get the child element containing the key generation material for the originator.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type OriginatorKeyInfo
 void AgreementMethodImpl.setOriginatorKeyInfo(OriginatorKeyInfo newOriginatorKeyInfo)
          Set the child element containing the key generation material for the originator.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.