algorithm property

  1. @override
CryptoAlgorithm get algorithm
override

The cryptographic algorithm associated with this object.

Implementation

@override
CryptoAlgorithm get algorithm => ECDSASignAlgorithm.instance;