cryptography-kotlin
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
cryptography-kotlin
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
)