toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.crypto
/
SymmetricKey
/
Companion
Companion
object
Companion
Members
Properties
ZERO
Link copied to clipboard
@
JvmStatic
val
ZERO
:
SymmetricKey
Functions
from
Hex
Link copied to clipboard
@
JvmStatic
fun
fromHex
(
s
:
String
)
:
SymmetricKey
from
Hex
Or
Null
Link copied to clipboard
@
JvmStatic
fun
fromHexOrNull
(
s
:
String
)
:
SymmetricKey
?
from
Int
Array
Link copied to clipboard
@
JvmStatic
fun
fromIntArray
(
a
:
IntArray
)
:
SymmetricKey
generate
Link copied to clipboard
@
JvmStatic
@
JvmOverloads
fun
generate
(
r
:
SecureRandom
=
secureRandom
)
:
SymmetricKey