parsePrivateKey abstract method
Parse raw private key data into a PrivateKey instance.
Converts raw private key representations (map) into a strongly-typed private key object for signing/decryption operations.
Returns null if parsing fails.
Implementation
PrivateKey? parsePrivateKey(Object? key);