P256PublicKey constructor

P256PublicKey(
  1. BinaryBlob rawKey
)

Implementation

P256PublicKey(this.rawKey) : assert(rawKey.isNotEmpty);