spkiBase64 property

String get spkiBase64

Representation of the public key in spki format, base64-encoded.

Implementation

String get spkiBase64 {
  return base64Encode(hex.decode(spkiHex));
}