genTime property
int
get
genTime
Implementation
int get genTime {
switch (this) {
case KeySlot.signature:
return 0xCE;
case KeySlot.encryption:
return 0xCF;
case KeySlot.authentication:
return 0xD0;
}
}