AptosCryptoUtils class
Constructors
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 Methods
- 
  decodeAptosPrivateKey(String privateKey) → (AptosKeyAlgorithm, List< int> )
- decode aptos AIP-80 private key style to private key.
- 
  encodeAptosPrivateKey(List< int> privateKey, {EllipticCurveTypes? type, AptosKeyAlgorithm? keyScheme}) → String
- encode aptos private key to AIP-80 style.