Algorithm

interface Algorithm(source)

Functions

Link copied to clipboard
abstract fun algorithm(): String

Returns a string that identifies the algorithm, independent of implementation details. The name should be a standard Java Security name (such as "SHA-256").