sha1 property

  1. @override
Uint8List get sha1
override

The SHA1 hash of the certificate.

Implementation

@override
Uint8List get sha1 => _sha1.asUnmodifiableView();