|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.cumulus4j.store.crypto.Plaintext
public class Plaintext
Object representing unencrypted information (aka plaintext).
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 |
---|
public Plaintext()
Method Detail |
---|
public byte[] getData()
null
.public void setData(byte[] data)
data
- the unencrypted data or null
.
|
Cumulus4j API (1.2.0) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |