public class EncryptInitResponse extends Object
Constructor and Description |
---|
EncryptInitResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getIv()
The initialiation value used for symmetric encryption.
|
String |
getKid()
Get kid
|
byte[] |
getState()
Get state
|
int |
hashCode() |
EncryptInitResponse |
iv(byte[] iv) |
EncryptInitResponse |
kid(String kid) |
void |
setIv(byte[] iv) |
void |
setKid(String kid) |
void |
setState(byte[] state) |
EncryptInitResponse |
state(byte[] state) |
String |
toString() |
public EncryptInitResponse kid(String kid)
public String getKid()
public void setKid(String kid)
public EncryptInitResponse iv(byte[] iv)
public byte[] getIv()
public void setIv(byte[] iv)
public EncryptInitResponse state(byte[] state)
public byte[] getState()
public void setState(byte[] state)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved