ECKeyGenerator class

Abstract CipherParameters to init an ECC key generator.

Implemented types

Constructors

ECKeyGenerator()

Properties

algorithmName String
Get this algorithm's standard name.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateKeyPair() AsymmetricKeyPair<PublicKey, PrivateKey>
Generate a key pair.
override
init(CipherParameters params) → void
Init the generator with its initialization params. The type of CipherParameters depends on the algorithm being used (see the documentation of each implementation to find out more).
override
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 Properties

factoryConfig → FactoryConfig
final