CryptoRSAPublicKey class

Inheritance
  • Object
  • RSAAsymmetricKey
  • RSAPublicKey
  • CryptoRSAPublicKey

Constructors

CryptoRSAPublicKey(BigInt modulus, BigInt exponent)

Properties

e BigInt?
Get public exponent e
no setterinherited
exponent BigInt?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
modulus BigInt?
finalinherited
n BigInt?
Get modulus n = p·q
no setterinherited
publicExponent BigInt?
Get the public exponent.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() String
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

Static Methods

decode(String encodedKey) CryptoRSAPublicKey