XML Security, 1.6

javax.xml.crypto.enc
Interface CipherValue

All Superinterfaces:
CipherData, XMLStructure
All Known Implementing Classes:
DOMCipherValue

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 Security, 1.6

Portions Copyright 2003, 2012 IBM Corporation.
Portions Copyright 2003, 2012 Oracle and/or its affiliates.