org.apache.xml.security.encryption
Interface CipherValue


public interface CipherValue

CipherValue is the wrapper for cipher text.

Author:
Axl Mattheus

Method Summary
 byte[] getValue()
          Resturns the Base 64 encoded, encrypted octets that is the CihperValue.
 void setValue(byte[] value)
          Sets the Base 64 encoded, encrypted octets that is the CihperValue.
 

Method Detail

getValue

public byte[] getValue()
Resturns the Base 64 encoded, encrypted octets that is the CihperValue.

Returns:
cipher value.

setValue

public void setValue(byte[] value)
Sets the Base 64 encoded, encrypted octets that is the CihperValue.

Parameters:
value - the cipher value.