DER constructor

DER({
  1. required Uint8List r,
  2. required Uint8List s,
})

Implementation

DER({required this.r, required this.s});