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

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

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

Methods in org.opensaml.xml.encryption with parameters of type EncryptionProperties
 void EncryptedType.setEncryptionProperties(EncryptionProperties newEncryptionProperties)
          Sets the EncryptionProperties child element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement EncryptionProperties
 class EncryptionPropertiesImpl
          Concrete implementation of EncryptionProperties.
 

Fields in org.opensaml.xml.encryption.impl declared as EncryptionProperties
private  EncryptionProperties EncryptedTypeImpl.encryptionProperties
          EncryptionProperties child element.
 

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

Methods in org.opensaml.xml.encryption.impl with parameters of type EncryptionProperties
 void EncryptedTypeImpl.setEncryptionProperties(EncryptionProperties newEncryptionProperties)
          Sets the EncryptionProperties child element.
 

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

Methods in org.opensaml.xml.encryption.validator with parameters of type EncryptionProperties
 void EncryptionPropertiesSchemaValidator.validate(EncryptionProperties xmlObject)
          Checks to see if a XMLObject is valid.
protected  void EncryptionPropertiesSchemaValidator.validateTransforms(EncryptionProperties xmlObject)
          Validate the encryption properties list.
 



Copyright © 1999-2013. All Rights Reserved.