publicExponent property

Uint8List get publicExponent

Implementation

_i5.Uint8List get publicExponent => _i4.getProperty(
      this,
      'publicExponent',
    );
set publicExponent (Uint8List value)

Implementation

set publicExponent(_i5.Uint8List value) {
  _i4.setProperty(
    this,
    'publicExponent',
    value,
  );
}