Identity class

Constructors

Identity()

Properties

ecdsaKeyType int?
getter/setter pair
ecdsaPrivate ↔ ECPrivateKey?
getter/setter pair
ecdsaPublic ↔ ECPublicKey?
getter/setter pair
ed25519 KeyPair?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
rsaPrivate ↔ RSAPrivateKey?
getter/setter pair
rsaPublic ↔ RSAPublicKey?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited

Methods

getECDSAPublicKey() ECDSAKey?
getEd25519PublicKey() Ed25519Key?
getRawPublicKey(int? keyType) Uint8List?
getRawPublicKeyList() List<MapEntry<Uint8List?, String?>?>?
getRSAPublicKey() RSAKey?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signMessage(int? keyType, Uint8List? m, [SecureRandom? secureRandom]) Uint8List?
signWithECDSAKey(Uint8List? m, SecureRandom? secureRandom) ECDSASignature?
signWithEd25519Key(Uint8List? m) Ed25519Signature?
signWithRSAKey(Uint8List? m) RSASignature?
toString() String?
A string representation of this object.
inherited

Operators

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