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

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

Methods in org.opensaml.xml.encryption that return CipherReference
 CipherReference CipherData.getCipherReference()
          Get the CipherReference which points to the location encrypted data.
 

Methods in org.opensaml.xml.encryption with parameters of type CipherReference
 void CipherData.setCipherReference(CipherReference newCipherReference)
          Get the CipherReference which points to the location encrypted data.
 

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

Classes in org.opensaml.xml.encryption.impl that implement CipherReference
 class CipherReferenceImpl
          Concrete implementation of CipherReference.
 

Fields in org.opensaml.xml.encryption.impl declared as CipherReference
private  CipherReference CipherDataImpl.cipherReference
          CipherReference child element.
 

Methods in org.opensaml.xml.encryption.impl that return CipherReference
 CipherReference CipherReferenceBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 CipherReference CipherReferenceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 CipherReference CipherDataImpl.getCipherReference()
          Get the CipherReference which points to the location encrypted data.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type CipherReference
 void CipherDataImpl.setCipherReference(CipherReference newCipherReference)
          Get the CipherReference which points to the location encrypted data.
 

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

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



Copyright © 1999-2013. All Rights Reserved.