DigestResponse

data class DigestResponse(val algo: String, val digestBytes: String)

Digest information.

Constructors

Link copied to clipboard
fun DigestResponse(algo: String, digestBytes: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SHA1, SHA512 etc.

Link copied to clipboard

Value of the digest.