parsePrivateKey abstract method

PrivateKey? parsePrivateKey(
  1. Object? key
)

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);