RSAHasher class

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
This enum's name, as specified in the .proto file.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
This enum's integer value, as specified in the .proto file.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns this enum's name or the value if names are not represented.
inherited

Operators

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

Static Methods

valueOf(int value) RSAHasher?

Constants

RSA_HASHER_SHA256 → const RSAHasher
SHA256 hashing algorithm resulting in the RS256 algorithm header
RSA_HASHER_SHA384 → const RSAHasher
SHA384 hashing algorithm resulting in the RS384 algorithm header
RSA_HASHER_SHA512 → const RSAHasher
SHA512 hashing algorithm resulting in the RS512 algorithm header
RSA_HASHER_UNSPECIFIED → const RSAHasher
values → const List<RSAHasher>