toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-random
/
dev.whyoleg.cryptography.random
/
CryptographyRandom
/
Default
/
nextBytes
next
Bytes
open
override
fun
nextBytes
(
array
:
ByteArray
)
:
ByteArray
(
source
)
open
override
fun
nextBytes
(
size
:
Int
)
:
ByteArray
(
source
)
open
override
fun
nextBytes
(
array
:
ByteArray
,
fromIndex
:
Int
,
toIndex
:
Int
)
:
ByteArray
(
source
)