EcdsaSha512JwtAlgorithmConfiguration class final

ECDSA SHA-512 JWT algorithm configuration.

Implemented types

Constructors

EcdsaSha512JwtAlgorithmConfiguration({required ECPrivateKey privateKey, required ECPublicKey publicKey})
Create a new ECDSA SHA-512 JWT algorithm configuration.

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKey ECPrivateKey
The private key to use for the ECDSA SHA-512 algorithm.
final
publicKey ECPublicKey
The public key used for the ECDSA SHA512 algorithm.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verificationKey → JWTKey
The key used to verify the JWT tokens.
no setteroverride

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