supported property

dynamic supported

Gets a value indicating whether the key is supported for signing / generation etc.

Implementation

get supported {
  return this.id != Curve.CI_SECT283K1 && this.id != 0;
}