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

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

Methods in org.opensaml.xml.encryption that return Q
 Q DHKeyValue.getQ()
          Get the Q child element.
 

Methods in org.opensaml.xml.encryption with parameters of type Q
 void DHKeyValue.setQ(Q newQ)
          Set the Q child element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement Q
 class QImpl
          Concrete implementation of Q
 

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

Methods in org.opensaml.xml.encryption.impl with parameters of type Q
 void DHKeyValueImpl.setQ(Q newQ)
          Set the Q child element.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.