parsePrivateKey abstract method

PrivateKey? parsePrivateKey(
  1. Map key
)

Parses a serialized Map into a PrivateKey instance.

key: Serialized private key data (matches the Map format defined in PrivateKey)

Returns: PrivateKey instance, or null if parsing/validation fails

Implementation

PrivateKey? parsePrivateKey(Map key);