fingerprint property
int
get
fingerprint
Implementation
int get fingerprint {
switch (this) {
case KeySlot.signature:
return 0xC7;
case KeySlot.encryption:
return 0xC8;
case KeySlot.authentication:
return 0xC9;
}
}