fromBits static method
Implementation
static IsoKeyLength fromBits(int bits) => IsoKeyLength.values.firstWhere((IsoKeyLength value) => value.bits == bits, orElse: () => throw ArgumentError("invalid key length=$bits"));
static IsoKeyLength fromBits(int bits) => IsoKeyLength.values.firstWhere((IsoKeyLength value) => value.bits == bits, orElse: () => throw ArgumentError("invalid key length=$bits"));