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

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

Methods in org.opensaml.xml.encryption that return CarriedKeyName
 CarriedKeyName EncryptedKey.getCarriedKeyName()
          Gets the child element carrying the human readable name for this key.
 

Methods in org.opensaml.xml.encryption with parameters of type CarriedKeyName
 void EncryptedKey.setCarriedKeyName(CarriedKeyName newCarriedKeyName)
          Sets the child element carrying the human readable name for this key.
 

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

Classes in org.opensaml.xml.encryption.impl that implement CarriedKeyName
 class CarriedKeyNameImpl
          Concrete implementation of CarriedKeyName.
 

Methods in org.opensaml.xml.encryption.impl that return CarriedKeyName
 CarriedKeyName CarriedKeyNameBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 CarriedKeyName CarriedKeyNameBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 CarriedKeyName EncryptedKeyImpl.getCarriedKeyName()
          Gets the child element carrying the human readable name for this key.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type CarriedKeyName
 void EncryptedKeyImpl.setCarriedKeyName(CarriedKeyName newCarriedKeyName)
          Sets the child element carrying the human readable name for this key.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.