spkiBase64 property
String
get
spkiBase64
Representation of the public key in spki format, base64-encoded.
Implementation
String get spkiBase64 {
return base64Encode(hex.decode(spkiHex));
}
Representation of the public key in spki format, base64-encoded.
String get spkiBase64 {
return base64Encode(hex.decode(spkiHex));
}