diff --git a/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/index.html b/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/index.html index 3b3eb3a9b..45be8ce2a 100644 --- a/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/index.html +++ b/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/index.html @@ -67,7 +67,7 @@

InvalidMnemonicCode

-
+
class InvalidMnemonicCode(code: String) : RuntimeException(source)
@@ -196,7 +196,7 @@

Functions

-
+
@@ -247,7 +247,7 @@

Functions

-
+
open fun printStackTrace()
@@ -264,7 +264,7 @@

Functions

-
+
diff --git a/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/index.html b/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/index.html index 8ca0ba7f5..32c8e4818 100644 --- a/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/index.html +++ b/-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/index.html @@ -86,7 +86,7 @@

Types

-
+
diff --git a/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/index.html b/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/index.html index 33035480a..5e2258034 100644 --- a/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/index.html +++ b/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/index.html @@ -67,7 +67,7 @@

InvalidMnemonicCode

-
+
class InvalidMnemonicCode(code: String) : RuntimeException(source)
@@ -196,7 +196,7 @@

Functions

+
@@ -247,7 +247,7 @@

Functions

-
+
open fun printStackTrace()
@@ -264,7 +264,7 @@

Functions

-
+
diff --git a/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/index.html b/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/index.html index 059b0c5ec..b38ed6a26 100644 --- a/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/index.html +++ b/-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/index.html @@ -86,7 +86,7 @@

Types

-
+
diff --git a/-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/index.html b/-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/index.html index ded9f84aa..6fc11d6a1 100644 --- a/-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/index.html +++ b/-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/index.html @@ -69,7 +69,7 @@

SecureRandom

-
expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface(source)

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

See also

+
expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface(source)

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

actual class SecureRandom(val seed: ByteArray) : SecureRandomInterface(source)

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

actual class SecureRandom(val seed: ByteArray) : SecureRandom, SecureRandomInterface(source)

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

See also

@@ -147,7 +147,7 @@

Properties

-
+
@@ -185,7 +185,7 @@

Functions

-
open override fun doubles(): DoubleStream
open override fun doubles(p0: Long): DoubleStream
open override fun doubles(p0: Double, p1: Double): DoubleStream
open override fun doubles(p0: Long, p1: Double, p2: Double): DoubleStream
+
open override fun doubles(): DoubleStream
open override fun doubles(p0: Long): DoubleStream
open override fun doubles(p0: Double, p1: Double): DoubleStream
open override fun doubles(p0: Long, p1: Double, p2: Double): DoubleStream
@@ -219,7 +219,7 @@

Functions

-
+
@@ -236,7 +236,7 @@

Functions

-
open override fun ints(): IntStream
open override fun ints(p0: Long): IntStream
open override fun ints(p0: Int, p1: Int): IntStream
open override fun ints(p0: Long, p1: Int, p2: Int): IntStream
+
open override fun ints(): IntStream
open override fun ints(p0: Long): IntStream
open override fun ints(p0: Int, p1: Int): IntStream
open override fun ints(p0: Long, p1: Int, p2: Int): IntStream
@@ -270,7 +270,7 @@

Functions

-
open override fun longs(): LongStream
open override fun longs(p0: Long): LongStream
open override fun longs(p0: Long, p1: Long): LongStream
open override fun longs(p0: Long, p1: Long, p2: Long): LongStream
+
open override fun longs(): LongStream
open override fun longs(p0: Long): LongStream
open override fun longs(p0: Long, p1: Long): LongStream
open override fun longs(p0: Long, p1: Long, p2: Long): LongStream
@@ -304,7 +304,7 @@

Functions

-
abstract fun nextBytes(size: Int): ByteArray

Generates a specified number of secure random bytes.

open override fun nextBytes(size: Int): ByteArray

Generates a specified number of secure random bytes.

open override fun nextBytes(p0: ByteArray)

open override fun nextBytes(size: Int): ByteArray

Generates a specified number of secure random bytes.

+
abstract fun nextBytes(size: Int): ByteArray

Generates a specified number of secure random bytes.

open override fun nextBytes(size: Int): ByteArray

Generates a specified number of secure random bytes.

open override fun nextBytes(p0: ByteArray)

open override fun nextBytes(size: Int): ByteArray

Generates a specified number of secure random bytes.

@@ -423,7 +423,7 @@

Functions

-
open fun reseed()
+
open fun reseed()
diff --git a/-apollo/org.hyperledger.identus.apollo.securerandom/index.html b/-apollo/org.hyperledger.identus.apollo.securerandom/index.html index 7b350265c..e28850f94 100644 --- a/-apollo/org.hyperledger.identus.apollo.securerandom/index.html +++ b/-apollo/org.hyperledger.identus.apollo.securerandom/index.html @@ -90,7 +90,7 @@

Types

-
expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

actual class SecureRandom(val seed: ByteArray) : SecureRandomInterface

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

+
expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

actual class SecureRandom(val seed: ByteArray) : SecureRandomInterface

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

The SecureRandom class provides a platform-specific implementation for generating secure random numbers.

diff --git a/-apollo/org.hyperledger.identus.apollo.utils/[android]to-java-big-integer.html b/-apollo/org.hyperledger.identus.apollo.utils/[android]to-java-big-integer.html index 3a766897b..0d285e6ff 100644 --- a/-apollo/org.hyperledger.identus.apollo.utils/[android]to-java-big-integer.html +++ b/-apollo/org.hyperledger.identus.apollo.utils/[android]to-java-big-integer.html @@ -68,7 +68,7 @@

toJavaBi
-

Converts this Kotlin BigInteger to a Java BigInteger.

Return

the Java BigInteger representation of this Kotlin BigInteger.

+

Converts this Kotlin BigInteger to a Java BigInteger.

Return

the Java BigInteger representation of this Kotlin BigInteger.

-

Converts a java.math.BigInteger to a com.ionspin.kotlin.bignum.integer.BigInteger.

Return

The converted com.ionspin.kotlin.bignum.integer.BigInteger representation of the original BigInteger.

Throws

if the original BigInteger has an illegal sign.

+

Converts a java.math.BigInteger to a com.ionspin.kotlin.bignum.integer.BigInteger.

Return

The converted com.ionspin.kotlin.bignum.integer.BigInteger representation of the original BigInteger.

Throws

if the original BigInteger has an illegal sign.

-

Converts a BigInteger from the com.ionspin.kotlin.bignum.integer package to the Java BigInteger class.

Return

the converted BigInteger object.

+

Converts a BigInteger from the com.ionspin.kotlin.bignum.integer package to the Java BigInteger class.

Return

the converted BigInteger object.

-

Converts a Java BigInteger to the KotlinBigInteger class from the com.ionspin.kotlin.bignum.integer package.

Return

The KotlinBigInteger representation of the Java BigInteger.

See also

Throws

if the signum of the Java BigInteger is not -1, 0, or 1.

+

Converts a Java BigInteger to the KotlinBigInteger class from the com.ionspin.kotlin.bignum.integer package.

Return

The KotlinBigInteger representation of the Java BigInteger.

See also

Throws

if the signum of the Java BigInteger is not -1, 0, or 1.

-
fun BigInteger.toJavaBigInteger(): BigInteger

Converts this Kotlin BigInteger to a Java BigInteger.

fun BigInteger.toJavaBigInteger(): BigInteger

Converts a BigInteger from the com.ionspin.kotlin.bignum.integer package to the Java BigInteger class.

+
fun BigInteger.toJavaBigInteger(): BigInteger

Converts this Kotlin BigInteger to a Java BigInteger.

fun BigInteger.toJavaBigInteger(): BigInteger

Converts a BigInteger from the com.ionspin.kotlin.bignum.integer package to the Java BigInteger class.

@@ -669,7 +669,7 @@

Functions

-
fun BigInteger.toKotlinBigInteger(): BigInteger

Converts a java.math.BigInteger to a com.ionspin.kotlin.bignum.integer.BigInteger.

fun BigInteger.toKotlinBigInteger(): BigInteger

Converts a Java BigInteger to the KotlinBigInteger class from the com.ionspin.kotlin.bignum.integer package.

+
fun BigInteger.toKotlinBigInteger(): BigInteger

Converts a java.math.BigInteger to a com.ionspin.kotlin.bignum.integer.BigInteger.

fun BigInteger.toKotlinBigInteger(): BigInteger

Converts a Java BigInteger to the KotlinBigInteger class from the com.ionspin.kotlin.bignum.integer package.

@@ -788,7 +788,7 @@

Functions

-

Converts a BigInteger to an unsigned byte array.

Converts a BigInteger to an unsigned byte array.

+

Converts a BigInteger to an unsigned byte array.

Converts a BigInteger to an unsigned byte array.