menu
agent_dart_base package
documentation
identity/p256.dart
P256PublicKey
P256PublicKey constructor
P256PublicKey constructor
dark_mode
light_mode
P256PublicKey
constructor
P256PublicKey
(
BinaryBlob
rawKey
)
Implementation
P256PublicKey(this.rawKey) : assert(rawKey.isNotEmpty);
agent_dart_base package
documentation
identity/p256
P256PublicKey
P256PublicKey constructor
P256PublicKey class