parsePrivateKey abstract method

PrivateKey? parsePrivateKey(
  1. Mapping key
)

Parses a serialized Map into a PrivateKey instance.

key is the serialized private key data (matches the Map format defined in PrivateKey).

Returns a PrivateKey instance, or null if parsing/validation fails.

Implementation

PrivateKey? parsePrivateKey(Mapping key);