XMLTooling-J 1.3.2-redhat-4

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

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

Methods in org.opensaml.xml.encryption that return CipherValue
 CipherValue CipherData.getCipherValue()
          Get the base64-encoded data representing the the encrypted form of the plaintext data.
 

Methods in org.opensaml.xml.encryption with parameters of type CipherValue
 void CipherData.setCipherValue(CipherValue newCipherValue)
          Set the base64-encoded data representing the the encrypted form of the plaintext data.
 

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

Classes in org.opensaml.xml.encryption.impl that implement CipherValue
 class CipherValueImpl
          Concrete implementation of CipherValue.
 

Methods in org.opensaml.xml.encryption.impl that return CipherValue
 CipherValue CipherValueBuilder.buildObject()
          Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.
 CipherValue CipherValueBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          Creates an XMLObject with a given fully qualified name.
 CipherValue CipherDataImpl.getCipherValue()
          Get the base64-encoded data representing the the encrypted form of the plaintext data.
 

Methods in org.opensaml.xml.encryption.impl with parameters of type CipherValue
 void CipherDataImpl.setCipherValue(CipherValue newCipherValue)
          Set the base64-encoded data representing the the encrypted form of the plaintext data.
 


XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.