public class EncryptFinalRequest extends Object
Constructor and Description |
---|
EncryptFinalRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getState()
Get state
|
Integer |
getTagLen()
For symmetric ciphers with cipher mode GCM or CCM, this field specifies the length of the authentication tag to be produced.
|
int |
hashCode() |
void |
setState(byte[] state) |
void |
setTagLen(Integer tagLen) |
EncryptFinalRequest |
state(byte[] state) |
EncryptFinalRequest |
tagLen(Integer tagLen) |
String |
toString() |
public EncryptFinalRequest state(byte[] state)
public byte[] getState()
public void setState(byte[] state)
public EncryptFinalRequest tagLen(Integer tagLen)
public Integer getTagLen()
public void setTagLen(Integer tagLen)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved