public class EncryptUpdateResponse extends Object
Constructor and Description |
---|
EncryptUpdateResponse() |
Modifier and Type | Method and Description |
---|---|
EncryptUpdateResponse |
cipher(byte[] cipher) |
boolean |
equals(Object o) |
byte[] |
getCipher()
Encrypted data.
|
byte[] |
getState()
Get state
|
int |
hashCode() |
void |
setCipher(byte[] cipher) |
void |
setState(byte[] state) |
EncryptUpdateResponse |
state(byte[] state) |
String |
toString() |
public EncryptUpdateResponse cipher(byte[] cipher)
public byte[] getCipher()
public void setCipher(byte[] cipher)
public EncryptUpdateResponse state(byte[] state)
public byte[] getState()
public void setState(byte[] state)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved