public class DecryptFinalRequest extends Object
Constructor and Description |
---|
DecryptFinalRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getState()
Get state
|
byte[] |
getTag()
The authentication tag used with this ciphertext and authenticated data.
|
int |
hashCode() |
void |
setState(byte[] state) |
void |
setTag(byte[] tag) |
DecryptFinalRequest |
state(byte[] state) |
DecryptFinalRequest |
tag(byte[] tag) |
String |
toString() |
public DecryptFinalRequest state(byte[] state)
public byte[] getState()
public void setState(byte[] state)
public DecryptFinalRequest tag(byte[] tag)
public byte[] getTag()
public void setTag(byte[] tag)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved