getKeyPair method
Return a copy of the key pair.
Implementation
P256KeyPair getKeyPair() {
return P256KeyPair(publicKey: _publicKey, secretKey: _privateKey);
}
Return a copy of the key pair.
P256KeyPair getKeyPair() {
return P256KeyPair(publicKey: _publicKey, secretKey: _privateKey);
}