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

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

Methods in org.opensaml.xml.encryption that return types with arguments of type KeyReference
 List<KeyReference> ReferenceList.getKeyReferences()
          Get the list of key reference child elements.
 

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

Classes in org.opensaml.xml.encryption.impl that implement KeyReference
 class KeyReferenceImpl
           
 

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

Methods in org.opensaml.xml.encryption.impl that return types with arguments of type KeyReference
 List<KeyReference> ReferenceListImpl.getKeyReferences()
          Get the list of key reference child elements.
 



Copyright © 1999-2012. All Rights Reserved.