kommons
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kommons
kommons-hash
/
de.jessestricker.kommons.hash
/
Sha512Digest
Sha512Digest
class
Sha512Digest
:
Digest
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
Byte
Array
Link copied to clipboard
open
override
fun
toByteArray
(
)
:
ByteArray
The value of this digest as a byte array.
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
The value of this digest in a hexadecimal format.