public class DecryptResponse extends Object
Constructor and Description |
---|
DecryptResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKid()
The key ID of the key used to decrypt.
|
byte[] |
getPlain()
The decrypted plaintext.
|
int |
hashCode() |
DecryptResponse |
kid(String kid) |
DecryptResponse |
plain(byte[] plain) |
void |
setKid(String kid) |
void |
setPlain(byte[] plain) |
String |
toString() |
public DecryptResponse kid(String kid)
public String getKid()
public void setKid(String kid)
public DecryptResponse plain(byte[] plain)
public byte[] getPlain()
public void setPlain(byte[] plain)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved