RsaPublicKey class
RSA public key.
There are many formats for storing RSA key parameters. If you are encoding/decoding JWK (JSON Web Key) format, use package:jwk.
Related classes
Algorithms that use this class
Constructors
-
RsaPublicKey({required List<
int> e, required List<int> n})
Properties
-
e
→ List<
int> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
n
→ List<
int> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
type
→ KeyPairType<
KeyPairData, PublicKey> -
Type of the key pair.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override