CardinalRsaPublicKey.fromSpkiBase64 constructor

CardinalRsaPublicKey.fromSpkiBase64(
  1. String spkiBase64
)

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

Implementation

CardinalRsaPublicKey.fromSpkiBase64(String spkiBase64) : spkiHex = hex.encode(base64Decode(spkiBase64));