uif property
int
get
uif
Implementation
int get uif {
switch (this) {
case KeySlot.signature:
return 0xD6;
case KeySlot.encryption:
return 0xD7;
case KeySlot.authentication:
return 0xD8;
}
}