parsePrivateKey abstract method
Parses 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.
@param key - Raw private key data to parse
@return Parsed private key (null if parsing fails)
Implementation
PrivateKey? parsePrivateKey(Object? key);