toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.crypto
/
SymmetricKey
Symmetric
Key
data
class
SymmetricKey
(
val
k0
:
Int
,
val
k1
:
Int
,
val
k2
:
Int
,
val
k3
:
Int
)
Members
Constructors
Symmetric
Key
Link copied to clipboard
constructor
(
k0
:
Int
,
k1
:
Int
,
k2
:
Int
,
k3
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Zero
Link copied to clipboard
val
isZero
:
Boolean
k0
Link copied to clipboard
val
k0
:
Int
k1
Link copied to clipboard
val
k1
:
Int
k2
Link copied to clipboard
val
k2
:
Int
k3
Link copied to clipboard
val
k3
:
Int
Functions
to
Hex
Link copied to clipboard
fun
toHex
(
)
:
String
to
Int
Array
Link copied to clipboard
fun
toIntArray
(
)
:
IntArray
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String