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