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

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

Methods in org.opensaml.xml.encryption that return OAEPparams
 OAEPparams EncryptionMethod.getOAEPparams()
          Gets the OAEPparams child element.
 

Methods in org.opensaml.xml.encryption with parameters of type OAEPparams
 void EncryptionMethod.setOAEPparams(OAEPparams newOAEPparams)
          Sets the OAEPparams child element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement OAEPparams
 class OAEPparamsImpl
          Concrete implementation of OAEPparams
 

Methods in org.opensaml.xml.encryption.impl that return OAEPparams
 OAEPparams OAEPparamsBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 OAEPparams OAEPparamsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 OAEPparams EncryptionMethodImpl.getOAEPparams()
          Gets the OAEPparams child element.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type OAEPparams
 void EncryptionMethodImpl.setOAEPparams(OAEPparams newOAEPparams)
          Sets the OAEPparams child element.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.