javax.xml.crypto.enc
Interface CipherValue
All Superinterfaces:
- public interface CipherValue
- extends CipherData
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
| Modifier and Type | Method and Description |
|---|---|
|
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