AllowedKeyType constructor

AllowedKeyType({
  1. EcKeyType? ellipticCurve,
  2. RsaKeyType? rsa,
})

Implementation

AllowedKeyType({
  this.ellipticCurve,
  this.rsa,
});