ReAuth-Backend
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ReAuth-Backend
core
/
reprivatize.reauth.crypto
/
HmacSha256
/
Result
Result
class
Result
(
val
tag
:
ByteArray
,
val
key
:
ByteArray
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
tag
:
ByteArray
,
key
:
ByteArray
)
Properties
key
Link copied to clipboard
val
key
:
ByteArray
tag
Link copied to clipboard
val
tag
:
ByteArray
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