public class DecryptInitResponse extends Object
Constructor and Description |
---|
DecryptInitResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKid()
Get kid
|
byte[] |
getState()
Get state
|
int |
hashCode() |
DecryptInitResponse |
kid(String kid) |
void |
setKid(String kid) |
void |
setState(byte[] state) |
DecryptInitResponse |
state(byte[] state) |
String |
toString() |
public DecryptInitResponse kid(String kid)
public String getKid()
public void setKid(String kid)
public DecryptInitResponse state(byte[] state)
public byte[] getState()
public void setState(byte[] state)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved