SigningKey constructor

SigningKey({
  1. String? keyId,
  2. String? keyScheme,
  3. String? keyType,
  4. String? publicKeyValue,
})

Implementation

SigningKey({
  this.keyId,
  this.keyScheme,
  this.keyType,
  this.publicKeyValue,
});