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

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

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

Methods in org.opensaml.xml.encryption with parameters of type KeySize
 void EncryptionMethod.setKeySize(KeySize newKeySize)
          Sets the KeySize child element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement KeySize
 class KeySizeImpl
          Concrete implementation of KeySize
 

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

Methods in org.opensaml.xml.encryption.impl with parameters of type KeySize
 void EncryptionMethodImpl.setKeySize(KeySize newKeySize)
          Sets the KeySize child element.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.