JsonWebKey extension type

on
Implemented types

Constructors

JsonWebKey({String kty, String use, JSArray<JSString> key_ops, String alg, bool ext, String crv, String x, String y, String d, String n, String e, String p, String q, String dp, String dq, String qi, JSArray<RsaOtherPrimesInfo> oth, String k})
factory

Properties

alg String
getter/setter pair
crv String
getter/setter pair
d String
getter/setter pair
dp String
getter/setter pair
dq String
getter/setter pair
e String
getter/setter pair
ext bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
k String
getter/setter pair
key_ops JSArray<JSString>
getter/setter pair
kty String
getter/setter pair
n String
getter/setter pair
oth JSArray<RsaOtherPrimesInfo>
getter/setter pair
p String
getter/setter pair
q String
getter/setter pair
qi String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
use String
getter/setter pair
x String
getter/setter pair
y String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited