publicKeyType property

String publicKeyType

The key-type (extracted from the bytes of the public key)

Implementation

String get publicKeyType => BinaryRange(publicKeyBytes).nextString();