algorithm property

  1. @override
CryptoAlgorithm get algorithm
inherited

The cryptographic algorithm associated with this object.

Implementation

@override
CryptoAlgorithm get algorithm => currentCrypt.algorithm;