Uses of Interface
org.apache.xml.security.encryption.CipherValue

Packages that use CipherValue
org.apache.xml.security.encryption   
 

Uses of CipherValue in org.apache.xml.security.encryption
 

Methods in org.apache.xml.security.encryption that return CipherValue
 CipherValue XMLCipher.createCipherValue(String value)
          Create a CipherValue element
 CipherValue CipherData.getCipherValue()
          Returns the cipher value as a base64 encoded byte array.
 

Methods in org.apache.xml.security.encryption with parameters of type CipherValue
 void CipherData.setCipherValue(CipherValue value)
          Sets the CipherData's value.
 



Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.