CardinalRsaPublicKey.fromSpkiBytes constructor
CardinalRsaPublicKey.fromSpkiBytes(
- Uint8List spkiBytes
Create the key from its raw spki representation.
Implementation
CardinalRsaPublicKey.fromSpkiBytes(Uint8List spkiBytes) : spkiHex = hex.encode(spkiBytes);