toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.crypto
/
Hash
Hash
class
Hash
(
val
bytes
:
ByteArray
)
Members
Constructors
Hash
Link copied to clipboard
constructor
(
bytes
:
ByteArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
base64
Link copied to clipboard
val
base64
:
String
base64Url
Link copied to clipboard
val
base64Url
:
String
bytes
Link copied to clipboard
val
bytes
:
ByteArray
hex
Link copied to clipboard
val
hex
:
String
hex
Lower
Link copied to clipboard
val
hexLower
:
String
hex
Upper
Link copied to clipboard
val
hexUpper
:
String
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
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String