AllowedKeyType constructor
AllowedKeyType({
- EcKeyType? ellipticCurve,
- RsaKeyType? rsa,
Implementation
AllowedKeyType({
this.ellipticCurve,
this.rsa,
});
AllowedKeyType({
this.ellipticCurve,
this.rsa,
});