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