publicExponent property
Uint8List
get
publicExponent
Implementation
Uint8List get publicExponent => js_util.getProperty(this, 'publicExponent');
set
publicExponent
(Uint8List newValue)
Implementation
set publicExponent(Uint8List newValue) {
js_util.setProperty(this, 'publicExponent', newValue);
}