toggle menu
crypto
1.0.0-ALPHA-20250103
jvm
switch theme
search in API
crypto
/
net.rsprot.crypto.xtea
/
XteaKey
Xtea
Key
class
XteaKey
(
val
key
:
IntArray
)
Members
Constructors
Xtea
Key
Link copied to clipboard
constructor
(
key1
:
Int
,
key2
:
Int
,
key3
:
Int
,
key4
:
Int
)
constructor
(
key
:
IntArray
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
IntArray
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