CardinalRsaPublicKey.fromSpkiBytes constructor

CardinalRsaPublicKey.fromSpkiBytes(
  1. Uint8List spkiBytes
)

Create the key from its raw spki representation.

Implementation

CardinalRsaPublicKey.fromSpkiBytes(Uint8List spkiBytes) : spkiHex = hex.encode(spkiBytes);