X509Tbs constructor

X509Tbs(
  1. ASN1Sequence _tbs
)

Creates a certificate from an ASN1Sequence.

Implementation

X509Tbs(this._tbs) : _offset = _tbs.elements![1] is ASN1Integer ? 0 : -1;