public class VerifyResponse extends Object
Constructor and Description |
---|
VerifyResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKid()
The Key ID of the key used to verify this data.
|
Boolean |
getResult()
True if the signature verified and False if it did not.
|
int |
hashCode() |
VerifyResponse |
kid(String kid) |
VerifyResponse |
result(Boolean result) |
void |
setKid(String kid) |
void |
setResult(Boolean result) |
String |
toString() |
public VerifyResponse kid(String kid)
public String getKid()
public void setKid(String kid)
public VerifyResponse result(Boolean result)
public Boolean getResult()
public void setResult(Boolean result)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved