XCBPrivateKey constructor
XCBPrivateKey(
- Uint8List privateKey
Implementation
XCBPrivateKey(Uint8List privateKey)
: _privateKey = _validateAndCopy(privateKey);
XCBPrivateKey(Uint8List privateKey)
: _privateKey = _validateAndCopy(privateKey);