spkiBytes property

Uint8List get spkiBytes

Representation of the public key in raw spki format.

Implementation

Uint8List get spkiBytes {
  return Uint8List.fromList(hex.decode(spkiHex));
}