public class EncryptFinalRequestEx extends Object
Constructor and Description |
---|
EncryptFinalRequestEx() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
SobjectDescriptor |
getKey()
Get key
|
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() |
EncryptFinalRequestEx |
key(SobjectDescriptor key) |
void |
setKey(SobjectDescriptor key) |
void |
setState(byte[] state) |
void |
setTagLen(Integer tagLen) |
EncryptFinalRequestEx |
state(byte[] state) |
EncryptFinalRequestEx |
tagLen(Integer tagLen) |
String |
toString() |
public EncryptFinalRequestEx key(SobjectDescriptor key)
public SobjectDescriptor getKey()
public void setKey(SobjectDescriptor key)
public EncryptFinalRequestEx state(byte[] state)
public byte[] getState()
public void setState(byte[] state)
public EncryptFinalRequestEx tagLen(Integer tagLen)
public Integer getTagLen()
public void setTagLen(Integer tagLen)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved