FlutterEcdh class
Ecdh
implemented with operating system APIs.
- Inheritance
-
- Object
- DelegatingKeyExchangeAlgorithm
- DelegatingEcdh
- FlutterEcdh
Constructors
- FlutterEcdh.p256(Ecdh fallback)
- FlutterEcdh.p384(Ecdh fallback)
- FlutterEcdh.p521(Ecdh fallback)
Properties
- algorithmName → String
-
final
- fallback → Ecdh
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSupportedPlatform → bool
-
no setter
-
keyPairType
→ KeyPairType<
KeyPairData, PublicKey> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usePlugin ↔ bool
-
getter/setter pair
Methods
-
newKeyPair(
) → Future< EcKeyPair> -
Generates a new
KeyPair
for this algorithm.override -
newKeyPairFromSeed(
List< int> seed) → Future<EcKeyPair> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reportError(
Object error, StackTrace stackTrace) → void -
inherited
-
Calculates a shared
SecretKey
.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited