CardinalRsaPublicKey.fromSpkiHex constructor

const CardinalRsaPublicKey.fromSpkiHex(
  1. String spkiHex
)

Create the key from its spki representation, hex-encoded.

Implementation

const CardinalRsaPublicKey.fromSpkiHex(this.spkiHex);