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

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

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

Methods in org.opensaml.xml.encryption with parameters of type CipherData
 void EncryptedType.setCipherData(CipherData newCipherData)
          Sets the CipherData child element.
 

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

Classes in org.opensaml.xml.encryption.impl that implement CipherData
 class CipherDataImpl
          Concrete implementation of CipherData.
 

Fields in org.opensaml.xml.encryption.impl declared as CipherData
private  CipherData EncryptedTypeImpl.cipherData
          CipherData child element.
 

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

Methods in org.opensaml.xml.encryption.impl with parameters of type CipherData
 void EncryptedTypeImpl.setCipherData(CipherData newCipherData)
          Sets the CipherData child element.
 

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

Methods in org.opensaml.xml.encryption.validator with parameters of type CipherData
 void CipherDataSchemaValidator.validate(CipherData xmlObject)
          Checks to see if a XMLObject is valid.
protected  void CipherDataSchemaValidator.validateChildrenPresence(CipherData xmlObject)
          Validate that required children are present.
 



Copyright © 1999-2013. All Rights Reserved.