Nip04 class

Constructors

Nip04()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

curveP BigInt
getter/setter pair
secp256k1 ↔ ECDomainParameters
getter/setter pair

Static Methods

decrypt(String priv, String pub, String text) String
decryptWithAgreement(String message, ECDHBasicAgreement agreement, String publicKey) String
encrypt(String priv, String pub, String text) String
encryptWithAgreement(String message, ECDHBasicAgreement agreement, String publicKey) String
generate16RandomHexChars() String
getAgreement(String sk) → ECDHBasicAgreement
getPubKey(String pk) → ECPublicKey
liftX(BigInt x) BigInt