parsePublicKey abstract method

PublicKey? parsePublicKey(
  1. Object? key
)

Parse raw public key data into a PublicKey instance.

Converts raw public key representations (map) into a strongly-typed public key object for verification/encryption operations.

Returns null if parsing fails.

Implementation

PublicKey? parsePublicKey(Object? key);