public class KeyCheckValueResponse extends Object
Constructor and Description |
---|
KeyCheckValueResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getKcv()
KVC of a Security Object
|
String |
getKid()
kid of a Security Object
|
int |
hashCode() |
KeyCheckValueResponse |
kcv(byte[] kcv) |
KeyCheckValueResponse |
kid(String kid) |
void |
setKcv(byte[] kcv) |
void |
setKid(String kid) |
String |
toString() |
public KeyCheckValueResponse kid(String kid)
public String getKid()
public void setKid(String kid)
public KeyCheckValueResponse kcv(byte[] kcv)
public byte[] getKcv()
public void setKcv(byte[] kcv)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved