toDER method

List<int> toDER()

toDER equals to toASN1, serializing the ECDSA signatures with the more strict Distinguished Encoding Rules (DER) of ISO/IEC 8825-1

Implementation

List<int> toDER() {
  return toASN1();
}