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