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

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

Methods in org.opensaml.xml.encryption that return RecipientKeyInfo
 RecipientKeyInfo AgreementMethod.getRecipientKeyInfo()
          Get the child element containing the key generation material for the recipient.
 

Methods in org.opensaml.xml.encryption with parameters of type RecipientKeyInfo
 void AgreementMethod.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
          Set the child element containing the key generation material for the recipient.
 

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

Classes in org.opensaml.xml.encryption.impl that implement RecipientKeyInfo
 class RecipientKeyInfoImpl
          Concrete implementation of RecipientKeyInfo
 

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

Methods in org.opensaml.xml.encryption.impl with parameters of type RecipientKeyInfo
 void AgreementMethodImpl.setRecipientKeyInfo(RecipientKeyInfo newRecipientKeyInfo)
          Set the child element containing the key generation material for the recipient.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.