public class DecryptUpdateResponse extends Object
Constructor and Description |
---|
DecryptUpdateResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getPlain()
Decrypted plaintext.
|
byte[] |
getState()
Get state
|
int |
hashCode() |
DecryptUpdateResponse |
plain(byte[] plain) |
void |
setPlain(byte[] plain) |
void |
setState(byte[] state) |
DecryptUpdateResponse |
state(byte[] state) |
String |
toString() |
public DecryptUpdateResponse plain(byte[] plain)
public byte[] getPlain()
public void setPlain(byte[] plain)
public DecryptUpdateResponse state(byte[] state)
public byte[] getState()
public void setState(byte[] state)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved