XML Digital Signature and Encryption, 1.0

javax.xml.crypto.enc
Interface CipherValue

All Superinterfaces:
CipherData, XMLStructure

public interface CipherValue
extends CipherData

A representation of the XML CipherValue element as defined in the W3C Recommendation for XML-Encryption Syntax and Processing. It contains the BASE64 encoded encrypted value of the EncryptedType.


Method Summary
 byte[] getValue()
          Returns the encrypted data.
 
Methods inherited from interface javax.xml.crypto.XMLStructure
isFeatureSupported
 

Method Detail

getValue

byte[] getValue()
Returns the encrypted data. Each invocation of this method returns a clone of the data, to protect against subsequent modification.

Returns:
the encrypted data

XML Digital Signature and Encryption, 1.0

Copyright © 2003-2004, IBM Corporation and Sun Microsystems, Inc. All rights reserved.
Please send comments to: jsr-106-comments@jcp.org