toASN1 method

List<int> toASN1()

Implementation

List<int> toASN1() {
  return ASN1Sequence([ASN1Integer(R), ASN1Integer(S)]).encode();
}