DerCertificate constructor

const DerCertificate(
  1. Uint8List _bytes
)

Creates a new DerCertificate from a list of _bytes.

Implementation

const DerCertificate(this._bytes);