| 
Cumulus4j API (1.0.1)  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cumulus4j.store.crypto.Ciphertext
public class Ciphertext
Object representing encrypted information (aka ciphertext).
| Constructor Summary | |
|---|---|
Ciphertext()
 | 
|
| Method Summary | |
|---|---|
 byte[] | 
getData()
Get the encrypted information.  | 
 long | 
getKeyID()
Get the identifier of the key used to encrypt the data. | 
 void | 
setData(byte[] data)
Set the encrypted information.  | 
 void | 
setKeyID(long keyID)
Set the identifier of the key used to encrypt the data. | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Ciphertext()
| Method Detail | 
|---|
public long getKeyID()
data.
public void setKeyID(long keyID)
data.
keyID - the key identifier.public byte[] getData()
null.public void setData(byte[] data)
data - the encrypted information or null.
  | 
Cumulus4j API (1.0.1)  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||