AsymmetricKey constructor

AsymmetricKey(
  1. Uint8List bytes, {
  2. required int keyLength,
})

Implementation

AsymmetricKey(Uint8List super.bytes, {required int keyLength})
    : super.withConstraint(constraintLength: keyLength);