HashAlgorithm
enum class HashAlgorithm
Hash algorithms
Enum Values
Properties
val code: Byte numeric hash algorithm code |
|
val macName: String |
|
val openSSLName: String is a name used in openssl for this algorithm |
Companion Object Functions
fun byCode(code: Byte): HashAlgorithm Find hash algorithm instance by it’s numeric code |