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

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

Uses of EncryptionMethod in org.opensaml.xml.encryption
 

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

Methods in org.opensaml.xml.encryption with parameters of type EncryptionMethod
 void EncryptedType.setEncryptionMethod(EncryptionMethod newEncryptionMethod)
          Sets the EncryptionMethod child element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement EncryptionMethod
 class EncryptionMethodImpl
          Concrete implementation of EncryptionMethod.
 

Fields in org.opensaml.xml.encryption.impl declared as EncryptionMethod
private  EncryptionMethod EncryptedTypeImpl.encryptionMethod
          EncryptionMethod child element.
 

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

Methods in org.opensaml.xml.encryption.impl with parameters of type EncryptionMethod
 void EncryptedTypeImpl.setEncryptionMethod(EncryptionMethod newEncryptionMethod)
          Sets the EncryptionMethod child element.
 

Uses of EncryptionMethod in org.opensaml.xml.encryption.validator
 

Methods in org.opensaml.xml.encryption.validator with parameters of type EncryptionMethod
 void EncryptionMethodSchemaValidator.validate(EncryptionMethod xmlObject)
          Checks to see if a XMLObject is valid.
protected  void EncryptionMethodSchemaValidator.validateAlgorithm(EncryptionMethod xmlObject)
          Validate the algorithm URI.
 



Copyright © 1999-2012. All Rights Reserved.