leWrongLength static method
Implementation
static leWrongLength(int exactLength) {
// Indicates wrong length of Le field. The SW2 indicates the exact length.
return StatusWord(sw1: sw1WrongLengthWithExactLength, sw2: exactLength);
}
static leWrongLength(int exactLength) {
// Indicates wrong length of Le field. The SW2 indicates the exact length.
return StatusWord(sw1: sw1WrongLengthWithExactLength, sw2: exactLength);
}