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

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

Methods in org.opensaml.xml.encryption that return Public
 Public DHKeyValue.getPublic()
          Get the Public element.
 

Methods in org.opensaml.xml.encryption with parameters of type Public
 void DHKeyValue.setPublic(Public newPublic)
          Set the Public element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement Public
 class PublicImpl
          Concrete implementation of Public
 

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

Methods in org.opensaml.xml.encryption.impl with parameters of type Public
 void DHKeyValueImpl.setPublic(Public newPublic)
          Set the Public element.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.