JsonWebKeyBuilder class

Constructors

JsonWebKeyBuilder()

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
hashCode int
The hash code for this object.
no setterinherited
k String?
getter/setter pair
kid String?
getter/setter pair
kty String?
getter/setter pair
n String?
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
x5c ↔ ListBuilder<String>
getter/setter pair
y String?
getter/setter pair

Methods

build() JsonWebKey
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(JsonWebKey other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(JsonWebKeyBuilder)?) → void
Applies updates.
override

Operators

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