Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.store.crypto
Class Plaintext

java.lang.Object
  extended by org.cumulus4j.store.crypto.Plaintext

public class Plaintext
extends Object

Object representing unencrypted information (aka plaintext).

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Constructor Summary
Plaintext()
           
 
Method Summary
 byte[] getData()
          Get the unencrypted data.
 void setData(byte[] data)
          Set the unencrypted data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plaintext

public Plaintext()
Method Detail

getData

public byte[] getData()
Get the unencrypted data.

Returns:
the unencrypted data or null.

setData

public void setData(byte[] data)
Set the unencrypted data.

Parameters:
data - the unencrypted data or null.

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.