publicSigningKey property

String get publicSigningKey

the public key which can be used to verify signatures made using privateSigningKey

Implementation

String get publicSigningKey {
  return atClient.atChops!.atChopsKeys.atPkamKeyPair!.atPublicKey.publicKey;
}