From 4d2e2ec733d16f588bf5b85c75c6354b7697e267 Mon Sep 17 00:00:00 2001 From: elribonazo Date: Wed, 23 Oct 2024 11:01:10 +0000 Subject: [PATCH] feat(docs): (354c9bd) fix: make fixes to ed25519 sign method + improve tests (#195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Javier RiboĢ --- .../-companion/-invalid-mnemonic-code/index.html | 8 ++++---- .../[android]-mnemonic/-companion/index.html | 2 +- .../-companion/-invalid-mnemonic-code/index.html | 8 ++++---- .../[jvm]-mnemonic/-companion/index.html | 2 +- .../-secure-random/index.html | 16 ++++++++-------- .../index.html | 2 +- .../eddsa/-signature/-signature.html | 2 +- .../eddsa/-signature/index.html | 6 +++--- .../[android]to-java-big-integer.html | 2 +- .../[android]to-kotlin-big-integer.html | 2 +- .../[android]to-unsigned-byte-array.html | 2 +- .../[jvm]to-java-big-integer.html | 2 +- .../[jvm]to-kotlin-big-integer.html | 2 +- .../[jvm]to-unsigned-byte-array.html | 2 +- .../index.html | 6 +++--- -apollo/package-list | 2 +- scripts/pages.json | 2 +- 17 files changed, 34 insertions(+), 34 deletions(-) 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 66f567e7c..44e7a6b1e 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

+
@@ -196,7 +196,7 @@

Functions

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

Functions

-
+
@@ -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 53dcf514e..b49ea1ca6 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 c85569d4d..d328f0aa4 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

+
@@ -196,7 +196,7 @@

Functions

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

Functions

-
+
@@ -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 8ca0abe14..a9113b78f 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 861f3ea07..9d7d31797 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.

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

@@ -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 23edf7825..4df1e244f 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.external/eddsa/-signature/-signature.html b/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html index 9d30a1d82..4028b67d0 100644 --- a/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html +++ b/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html @@ -68,7 +68,7 @@

Signature

-
constructor(eddsa: eddsa, sig: eddsa.Signature)(source)
constructor(eddsa: eddsa, sig: String)(source)
+
constructor(eddsa: eddsa, sig: eddsa.Signature)(source)
constructor(eddsa: eddsa, sig: Any)(source)
-

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.

@@ -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.

diff --git a/-apollo/package-list b/-apollo/package-list index 54a15b1f9..634d611bd 100644 --- a/-apollo/package-list +++ b/-apollo/package-list @@ -822,7 +822,7 @@ $dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.KeyPair/veri $dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.KeyPairOptions///PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair-options/index.html $dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.KeyPairOptions/pub/#/PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair-options/pub.html $dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.Signature///PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/index.html -$dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.Signature/Signature/#org.hyperledger.identus.apollo.utils.external.eddsa#kotlin.String/PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html +$dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.Signature/Signature/#org.hyperledger.identus.apollo.utils.external.eddsa#kotlin.Any/PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html $dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.Signature/Signature/#org.hyperledger.identus.apollo.utils.external.eddsa#org.hyperledger.identus.apollo.utils.external.eddsa.Signature/PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html $dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.Signature/toBytes/#/PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/to-bytes.html $dokka.location:org.hyperledger.identus.apollo.utils.external/eddsa.Signature/toHex/#/PointingToDeclaration/-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/to-hex.html diff --git a/scripts/pages.json b/scripts/pages.json index 72bf30a55..6999efdbc 100644 --- a/scripts/pages.json +++ b/scripts/pages.json @@ -1 +1 @@ -[{"name":"SECP256k1","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256k1","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/-s-e-c-p256k1/index.html","searchKeys":["SECP256k1","SECP256k1","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256k1"]},{"name":"SECP256r1","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256r1","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/-s-e-c-p256r1/index.html","searchKeys":["SECP256r1","SECP256r1","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256r1"]},{"name":"abstract fun addRecoveryBit(recovery: Number): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.addRecoveryBit","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/add-recovery-bit.html","searchKeys":["addRecoveryBit","abstract fun addRecoveryBit(recovery: Number): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.addRecoveryBit"]},{"name":"abstract fun assertValidity()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.assertValidity","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/assert-validity.html","searchKeys":["assertValidity","abstract fun assertValidity()","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.assertValidity"]},{"name":"abstract fun cleanup()","description":"fr.acinq.secp256k1.Secp256k1.cleanup","location":"-apollo/fr.acinq.secp256k1/-secp256k1/cleanup.html","searchKeys":["cleanup","abstract fun cleanup()","fr.acinq.secp256k1.Secp256k1.cleanup"]},{"name":"abstract fun compact2der(sig: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.compact2der","location":"-apollo/fr.acinq.secp256k1/-secp256k1/compact2der.html","searchKeys":["compact2der","abstract fun compact2der(sig: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.compact2der"]},{"name":"abstract fun derive_bytes(key: ByteArray, chain_code: ByteArray, index: Any): Array","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.derive_bytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32_export/derive_bytes.html","searchKeys":["derive_bytes","abstract fun derive_bytes(key: ByteArray, chain_code: ByteArray, index: Any): Array","org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.derive_bytes"]},{"name":"abstract fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.ecdh","location":"-apollo/fr.acinq.secp256k1/-secp256k1/ecdh.html","searchKeys":["ecdh","abstract fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.ecdh"]},{"name":"abstract fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.ecdsaRecover","location":"-apollo/fr.acinq.secp256k1/-secp256k1/ecdsa-recover.html","searchKeys":["ecdsaRecover","abstract fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","fr.acinq.secp256k1.Secp256k1.ecdsaRecover"]},{"name":"abstract fun fromCompact(hex: String): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-compact.html","searchKeys":["fromCompact","abstract fun fromCompact(hex: String): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact"]},{"name":"abstract fun fromCompact(hex: Uint8Array): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-compact.html","searchKeys":["fromCompact","abstract fun fromCompact(hex: Uint8Array): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact"]},{"name":"abstract fun fromDER(hex: String): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-d-e-r.html","searchKeys":["fromDER","abstract fun fromDER(hex: String): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER"]},{"name":"abstract fun fromDER(hex: Uint8Array): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-d-e-r.html","searchKeys":["fromDER","abstract fun fromDER(hex: Uint8Array): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER"]},{"name":"abstract fun from_nonextended(key: ByteArray, chain_code: ByteArray): Array","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.from_nonextended","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32_export/from_nonextended.html","searchKeys":["from_nonextended","abstract fun from_nonextended(key: ByteArray, chain_code: ByteArray): Array","org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.from_nonextended"]},{"name":"abstract fun generateKeyPair(): KMMEdKeyPair","description":"org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-ed25519-key-pair-generation/generate-key-pair.html","searchKeys":["generateKeyPair","abstract fun generateKeyPair(): KMMEdKeyPair","org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration.generateKeyPair"]},{"name":"abstract fun generateKeyPair(): KMMX25519KeyPair","description":"org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-x25519-key-pair-generation/generate-key-pair.html","searchKeys":["generateKeyPair","abstract fun generateKeyPair(): KMMX25519KeyPair","org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration.generateKeyPair"]},{"name":"abstract fun generateSeed(numBytes: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface.generateSeed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-static-interface/generate-seed.html","searchKeys":["generateSeed","abstract fun generateSeed(numBytes: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface.generateSeed"]},{"name":"abstract fun getEncoded(): ByteArray","description":"org.hyperledger.identus.apollo.utils.Encodable.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-encodable/get-encoded.html","searchKeys":["getEncoded","abstract fun getEncoded(): ByteArray","org.hyperledger.identus.apollo.utils.Encodable.getEncoded"]},{"name":"abstract fun hasHighS(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.hasHighS","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/has-high-s.html","searchKeys":["hasHighS","abstract fun hasHighS(): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.hasHighS"]},{"name":"abstract fun isValidPrivateKey(privateKey: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/is-valid-private-key.html","searchKeys":["isValidPrivateKey","abstract fun isValidPrivateKey(privateKey: Any): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey"]},{"name":"abstract fun isValidPrivateKey(privateKey: String): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/is-valid-private-key.html","searchKeys":["isValidPrivateKey","abstract fun isValidPrivateKey(privateKey: String): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey"]},{"name":"abstract fun isValidPrivateKey(privateKey: Uint8Array): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/is-valid-private-key.html","searchKeys":["isValidPrivateKey","abstract fun isValidPrivateKey(privateKey: Uint8Array): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey"]},{"name":"abstract fun nextBytes(size: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomInterface.nextBytes","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-interface/next-bytes.html","searchKeys":["nextBytes","abstract fun nextBytes(size: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandomInterface.nextBytes"]},{"name":"abstract fun normalizeS(): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.normalizeS","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/normalize-s.html","searchKeys":["normalizeS","abstract fun normalizeS(): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.normalizeS"]},{"name":"abstract fun privKeyNegate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.privKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1/priv-key-negate.html","searchKeys":["privKeyNegate","abstract fun privKeyNegate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.privKeyNegate"]},{"name":"abstract fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.privKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1/priv-key-tweak-add.html","searchKeys":["privKeyTweakAdd","abstract fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.privKeyTweakAdd"]},{"name":"abstract fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.privKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1/priv-key-tweak-mul.html","searchKeys":["privKeyTweakMul","abstract fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.privKeyTweakMul"]},{"name":"abstract fun pubKeyCombine(pubkeys: Array): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyCombine","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-combine.html","searchKeys":["pubKeyCombine","abstract fun pubKeyCombine(pubkeys: Array): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyCombine"]},{"name":"abstract fun pubKeyNegate(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-negate.html","searchKeys":["pubKeyNegate","abstract fun pubKeyNegate(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyNegate"]},{"name":"abstract fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-tweak-add.html","searchKeys":["pubKeyTweakAdd","abstract fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyTweakAdd"]},{"name":"abstract fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-tweak-mul.html","searchKeys":["pubKeyTweakMul","abstract fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyTweakMul"]},{"name":"abstract fun pubkeyCreate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubkeyCreate","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pubkey-create.html","searchKeys":["pubkeyCreate","abstract fun pubkeyCreate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubkeyCreate"]},{"name":"abstract fun pubkeyParse(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubkeyParse","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pubkey-parse.html","searchKeys":["pubkeyParse","abstract fun pubkeyParse(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubkeyParse"]},{"name":"abstract fun recoverPublicKey(msgHash: String): Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/recover-public-key.html","searchKeys":["recoverPublicKey","abstract fun recoverPublicKey(msgHash: String): Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey"]},{"name":"abstract fun recoverPublicKey(msgHash: Uint8Array): Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/recover-public-key.html","searchKeys":["recoverPublicKey","abstract fun recoverPublicKey(msgHash: Uint8Array): Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey"]},{"name":"abstract fun secKeyVerify(privkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1.secKeyVerify","location":"-apollo/fr.acinq.secp256k1/-secp256k1/sec-key-verify.html","searchKeys":["secKeyVerify","abstract fun secKeyVerify(privkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1.secKeyVerify"]},{"name":"abstract fun sign(message: ByteArray, privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.sign","location":"-apollo/fr.acinq.secp256k1/-secp256k1/sign.html","searchKeys":["sign","abstract fun sign(message: ByteArray, privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.sign"]},{"name":"abstract fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.signSchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1/sign-schnorr.html","searchKeys":["signSchnorr","abstract fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","fr.acinq.secp256k1.Secp256k1.signSchnorr"]},{"name":"abstract fun signatureNormalize(sig: ByteArray): Pair","description":"fr.acinq.secp256k1.Secp256k1.signatureNormalize","location":"-apollo/fr.acinq.secp256k1/-secp256k1/signature-normalize.html","searchKeys":["signatureNormalize","abstract fun signatureNormalize(sig: ByteArray): Pair","fr.acinq.secp256k1.Secp256k1.signatureNormalize"]},{"name":"abstract fun toCompactHex(): String","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-compact-hex.html","searchKeys":["toCompactHex","abstract fun toCompactHex(): String","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactHex"]},{"name":"abstract fun toCompactRawBytes(): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactRawBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-compact-raw-bytes.html","searchKeys":["toCompactRawBytes","abstract fun toCompactRawBytes(): Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactRawBytes"]},{"name":"abstract fun toDERHex(isCompressed: Boolean = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-d-e-r-hex.html","searchKeys":["toDERHex","abstract fun toDERHex(isCompressed: Boolean = definedExternally): String","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERHex"]},{"name":"abstract fun toDERRawBytes(isCompressed: Boolean = definedExternally): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERRawBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-d-e-r-raw-bytes.html","searchKeys":["toDERRawBytes","abstract fun toDERRawBytes(isCompressed: Boolean = definedExternally): Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERRawBytes"]},{"name":"abstract fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1.verify","location":"-apollo/fr.acinq.secp256k1/-secp256k1/verify.html","searchKeys":["verify","abstract fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1.verify"]},{"name":"abstract fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1.verifySchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1/verify-schnorr.html","searchKeys":["verifySchnorr","abstract fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1.verifySchnorr"]},{"name":"abstract operator fun get(key: String): Any?","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.get","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/get.html","searchKeys":["get","abstract operator fun get(key: String): Any?","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.get"]},{"name":"abstract operator fun set(key: String, value: Any)","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.set","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/set.html","searchKeys":["set","abstract operator fun set(key: String, value: Any)","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.set"]},{"name":"abstract val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/alphabet.html","searchKeys":["alphabet","abstract val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.alphabet"]},{"name":"abstract val r: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.r","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/r.html","searchKeys":["r","abstract val r: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.r"]},{"name":"abstract val s: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.s","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/s.html","searchKeys":["s","abstract val s: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.s"]},{"name":"abstract var CURVE: T$2","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.CURVE","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/-c-u-r-v-e.html","searchKeys":["CURVE","abstract var CURVE: T$2","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.CURVE"]},{"name":"abstract var Fp: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Fp","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/-fp.html","searchKeys":["Fp","abstract var Fp: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Fp"]},{"name":"abstract var Gx: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gx","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/-gx.html","searchKeys":["Gx","abstract var Gx: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gx"]},{"name":"abstract var Gy: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gy","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/-gy.html","searchKeys":["Gy","abstract var Gy: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gy"]},{"name":"abstract var ProjectivePoint: ProjectivePoint","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.ProjectivePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/-projective-point.html","searchKeys":["ProjectivePoint","abstract var ProjectivePoint: ProjectivePoint","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.ProjectivePoint"]},{"name":"abstract var Signature: SignatureConstructor","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/-signature.html","searchKeys":["Signature","abstract var Signature: SignatureConstructor","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.Signature"]},{"name":"abstract var a: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/a.html","searchKeys":["a","abstract var a: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.a"]},{"name":"abstract var a: BN","description":"org.hyperledger.identus.apollo.utils.external.EGCD.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/a.html","searchKeys":["a","abstract var a: BN","org.hyperledger.identus.apollo.utils.external.EGCD.a"]},{"name":"abstract var a: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/a.html","searchKeys":["a","abstract var a: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.a"]},{"name":"abstract var b: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/b.html","searchKeys":["b","abstract var b: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.b"]},{"name":"abstract var b: BN","description":"org.hyperledger.identus.apollo.utils.external.EGCD.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/b.html","searchKeys":["b","abstract var b: BN","org.hyperledger.identus.apollo.utils.external.EGCD.b"]},{"name":"abstract var b: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/b.html","searchKeys":["b","abstract var b: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.b"]},{"name":"abstract var beta: Any","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/beta.html","searchKeys":["beta","abstract var beta: Any","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.beta"]},{"name":"abstract var beta: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$1/beta.html","searchKeys":["beta","abstract var beta: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.beta"]},{"name":"abstract var create: (hash: Any) -> Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.create","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/create.html","searchKeys":["create","abstract var create: (hash: Any) -> Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.create"]},{"name":"abstract var doubles: Any","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.doubles","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/doubles.html","searchKeys":["doubles","abstract var doubles: Any","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.doubles"]},{"name":"abstract var entropy: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropy","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/entropy.html","searchKeys":["entropy","abstract var entropy: Any","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropy"]},{"name":"abstract var g: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/g.html","searchKeys":["g","abstract var g: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.g"]},{"name":"abstract var gRed: Boolean","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.gRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/g-red.html","searchKeys":["gRed","abstract var gRed: Boolean","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.gRed"]},{"name":"abstract var gcd: BN","description":"org.hyperledger.identus.apollo.utils.external.EGCD.gcd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/gcd.html","searchKeys":["gcd","abstract var gcd: BN","org.hyperledger.identus.apollo.utils.external.EGCD.gcd"]},{"name":"abstract var getPublicKey: (dynamic, isCompressed: Boolean?) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/get-public-key.html","searchKeys":["getPublicKey","abstract var getPublicKey: (dynamic, isCompressed: Boolean?) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getPublicKey"]},{"name":"abstract var getSharedSecret: (dynamic, dynamic, isCompressed: Boolean?) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getSharedSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/get-shared-secret.html","searchKeys":["getSharedSecret","abstract var getSharedSecret: (dynamic, dynamic, isCompressed: Boolean?) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getSharedSecret"]},{"name":"abstract var h: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.h","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/h.html","searchKeys":["h","abstract var h: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.h"]},{"name":"abstract var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/hash.html","searchKeys":["hash","abstract var hash: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.hash"]},{"name":"abstract var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/hash.html","searchKeys":["hash","abstract var hash: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hash"]},{"name":"abstract var hmac: (key: Uint8Array, messages: Uint8Array) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hmac","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/hmac.html","searchKeys":["hmac","abstract var hmac: (key: Uint8Array, messages: Uint8Array) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hmac"]},{"name":"abstract var k1: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k1.html","searchKeys":["k1","abstract var k1: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1"]},{"name":"abstract var k1neg: Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k1neg.html","searchKeys":["k1neg","abstract var k1neg: Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1neg"]},{"name":"abstract var k2: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k2.html","searchKeys":["k2","abstract var k2: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2"]},{"name":"abstract var k2neg: Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k2neg.html","searchKeys":["k2neg","abstract var k2neg: Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2neg"]},{"name":"abstract var k: BN","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.k","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/k.html","searchKeys":["k","abstract var k: BN","org.hyperledger.identus.apollo.utils.external.BN.MPrime.k"]},{"name":"abstract var lowS: Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.lowS","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/low-s.html","searchKeys":["lowS","abstract var lowS: Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.lowS"]},{"name":"abstract var m: Number","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.m","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/m.html","searchKeys":["m","abstract var m: Number","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.m"]},{"name":"abstract var n: BigInt","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/n.html","searchKeys":["n","abstract var n: BigInt","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.n"]},{"name":"abstract var n: Number","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/n.html","searchKeys":["n","abstract var n: Number","org.hyperledger.identus.apollo.utils.external.BN.MPrime.n"]},{"name":"abstract var n: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/n.html","searchKeys":["n","abstract var n: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.n"]},{"name":"abstract var nBitLength: Number","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nBitLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/n-bit-length.html","searchKeys":["nBitLength","abstract var nBitLength: Number","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nBitLength"]},{"name":"abstract var nByteLength: Number","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nByteLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/n-byte-length.html","searchKeys":["nByteLength","abstract var nByteLength: Number","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nByteLength"]},{"name":"abstract var naf: Any","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.naf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/naf.html","searchKeys":["naf","abstract var naf: Any","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.naf"]},{"name":"abstract var name: String","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.name","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/name.html","searchKeys":["name","abstract var name: String","org.hyperledger.identus.apollo.utils.external.BN.MPrime.name"]},{"name":"abstract var normPrivateKeyToScalar: (dynamic) -> Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$6.normPrivateKeyToScalar","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$6/norm-private-key-to-scalar.html","searchKeys":["normPrivateKeyToScalar","abstract var normPrivateKeyToScalar: (dynamic) -> Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$6.normPrivateKeyToScalar"]},{"name":"abstract var normPrivateKeyToScalar: (dynamic) -> BigInt","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.normPrivateKeyToScalar","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/norm-private-key-to-scalar.html","searchKeys":["normPrivateKeyToScalar","abstract var normPrivateKeyToScalar: (dynamic) -> BigInt","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.normPrivateKeyToScalar"]},{"name":"abstract var p: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/p.html","searchKeys":["p","abstract var p: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.p"]},{"name":"abstract var p: BN","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/p.html","searchKeys":["p","abstract var p: BN","org.hyperledger.identus.apollo.utils.external.BN.MPrime.p"]},{"name":"abstract var p: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/p.html","searchKeys":["p","abstract var p: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.p"]},{"name":"abstract var prime: BN.MPrime","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.prime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/prime.html","searchKeys":["prime","abstract var prime: BN.MPrime","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.prime"]},{"name":"abstract var prime: String?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.prime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/prime.html","searchKeys":["prime","abstract var prime: String?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.prime"]},{"name":"abstract var publicKey: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.KeyPair.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-key-pair/public-key.html","searchKeys":["publicKey","abstract var publicKey: Uint8Array","org.hyperledger.identus.apollo.utils.external.KeyPair.publicKey"]},{"name":"abstract var randomBytes: (bytesLength: Number?) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.randomBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/random-bytes.html","searchKeys":["randomBytes","abstract var randomBytes: (bytesLength: Number?) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.randomBytes"]},{"name":"abstract var randomPrivateKey: () -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.randomPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/random-private-key.html","searchKeys":["randomPrivateKey","abstract var randomPrivateKey: () -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.randomPrivateKey"]},{"name":"abstract var reason: String","description":"org.hyperledger.identus.apollo.utils.external.ec.T$1.reason","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-t$1/reason.html","searchKeys":["reason","abstract var reason: String","org.hyperledger.identus.apollo.utils.external.ec.T$1.reason"]},{"name":"abstract var result: Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.T$1.result","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-t$1/result.html","searchKeys":["result","abstract var result: Boolean","org.hyperledger.identus.apollo.utils.external.ec.T$1.result"]},{"name":"abstract var secretKey: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.KeyPair.secretKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-key-pair/secret-key.html","searchKeys":["secretKey","abstract var secretKey: Uint8Array","org.hyperledger.identus.apollo.utils.external.KeyPair.secretKey"]},{"name":"abstract var sign: (dynamic, dynamic, opts: Any?) -> SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/sign.html","searchKeys":["sign","abstract var sign: (dynamic, dynamic, opts: Any?) -> SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.sign"]},{"name":"abstract var splitScalar: (k: Any) -> T$0","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.splitScalar","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$1/split-scalar.html","searchKeys":["splitScalar","abstract var splitScalar: (k: Any) -> T$0","org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.splitScalar"]},{"name":"abstract var type: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/type.html","searchKeys":["type","abstract var type: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.type"]},{"name":"abstract var utils: T$4","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.utils","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/utils.html","searchKeys":["utils","abstract var utils: T$4","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.utils"]},{"name":"abstract var verify: (signature: SignatureType, dynamic, dynamic, opts: Any?) -> Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/verify.html","searchKeys":["verify","abstract var verify: (signature: SignatureType, dynamic, dynamic, opts: Any?) -> Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.verify"]},{"name":"abstract var x: String","description":"org.hyperledger.identus.apollo.utils.external.Coordinates.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-coordinates/x.html","searchKeys":["x","abstract var x: String","org.hyperledger.identus.apollo.utils.external.Coordinates.x"]},{"name":"abstract var y: String","description":"org.hyperledger.identus.apollo.utils.external.Coordinates.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-coordinates/y.html","searchKeys":["y","abstract var y: String","org.hyperledger.identus.apollo.utils.external.Coordinates.y"]},{"name":"class BigIntegerWrapper","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/index.html","searchKeys":["BigIntegerWrapper","class BigIntegerWrapper","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper"]},{"name":"class DerivationAxis","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/index.html","searchKeys":["DerivationAxis","class DerivationAxis","org.hyperledger.identus.apollo.derivation.DerivationAxis"]},{"name":"class ECDH","description":"org.hyperledger.identus.apollo.secp256k1.ECDH","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-h/index.html","searchKeys":["ECDH","class ECDH","org.hyperledger.identus.apollo.secp256k1.ECDH"]},{"name":"class ECDSA","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/index.html","searchKeys":["ECDSA","class ECDSA","org.hyperledger.identus.apollo.secp256k1.ECDSA"]},{"name":"class ECPrivateKeyDecodingException(message: String) : ECPrivateKeyException","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-decoding-exception/index.html","searchKeys":["ECPrivateKeyDecodingException","class ECPrivateKeyDecodingException(message: String) : ECPrivateKeyException","org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException"]},{"name":"class ECPrivateKeyInitializationException(message: String) : ECPrivateKeyException","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-initialization-exception/index.html","searchKeys":["ECPrivateKeyInitializationException","class ECPrivateKeyInitializationException(message: String) : ECPrivateKeyException","org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException"]},{"name":"class ECPublicKeyInitializationException(message: String) : ECPublicKeyException","description":"org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-public-key-initialization-exception/index.html","searchKeys":["ECPublicKeyInitializationException","class ECPublicKeyInitializationException(message: String) : ECPublicKeyException","org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException"]},{"name":"class HDKey(val privateKey: ByteArray? = null, val publicKey: ByteArray? = null, val chainCode: ByteArray? = null, val depth: Int = 0, val childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/index.html","searchKeys":["HDKey","class HDKey(val privateKey: ByteArray? = null, val publicKey: ByteArray? = null, val chainCode: ByteArray? = null, val depth: Int = 0, val childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.HDKey"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode"]},{"name":"class KMMECSecp256k1PrivateKey : Encodable","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/index.html","searchKeys":["KMMECSecp256k1PrivateKey","class KMMECSecp256k1PrivateKey : Encodable","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey"]},{"name":"class KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/index.html","searchKeys":["KMMECSecp256k1PublicKey","class KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class MnemonicChecksumException(message: String?, cause: Throwable? = null) : MnemonicException","description":"org.hyperledger.identus.apollo.derivation.MnemonicChecksumException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-checksum-exception/index.html","searchKeys":["MnemonicChecksumException","class MnemonicChecksumException(message: String?, cause: Throwable? = null) : MnemonicException","org.hyperledger.identus.apollo.derivation.MnemonicChecksumException"]},{"name":"class MnemonicCode(val words: Array)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: Array)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicCode(val words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicCode(val words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicCode(val words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicHelper","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/index.html","searchKeys":["MnemonicHelper","class MnemonicHelper","org.hyperledger.identus.apollo.derivation.MnemonicHelper"]},{"name":"class MnemonicLengthException(message: String?, cause: Throwable? = null) : MnemonicException","description":"org.hyperledger.identus.apollo.derivation.MnemonicLengthException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-length-exception/index.html","searchKeys":["MnemonicLengthException","class MnemonicLengthException(message: String?, cause: Throwable? = null) : MnemonicException","org.hyperledger.identus.apollo.derivation.MnemonicLengthException"]},{"name":"class MnemonicWordException(message: String?, cause: Throwable? = null) : MnemonicException","description":"org.hyperledger.identus.apollo.derivation.MnemonicWordException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-word-exception/index.html","searchKeys":["MnemonicWordException","class MnemonicWordException(message: String?, cause: Throwable? = null) : MnemonicException","org.hyperledger.identus.apollo.derivation.MnemonicWordException"]},{"name":"class Secp256k1Exception : RuntimeException","description":"fr.acinq.secp256k1.Secp256k1Exception","location":"-apollo/fr.acinq.secp256k1/-secp256k1-exception/index.html","searchKeys":["Secp256k1Exception","class Secp256k1Exception : RuntimeException","fr.acinq.secp256k1.Secp256k1Exception"]},{"name":"class Secp256k1Exception : RuntimeException","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-exception/index.html","searchKeys":["Secp256k1Exception","class Secp256k1Exception : RuntimeException","org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception"]},{"name":"class Secp256k1Helper","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/index.html","searchKeys":["Secp256k1Helper","class Secp256k1Helper","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper"]},{"name":"const val BITCOIN_VERSIONS_PRIVATE: Int = 76066276","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PRIVATE","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-b-i-t-c-o-i-n_-v-e-r-s-i-o-n-s_-p-r-i-v-a-t-e.html","searchKeys":["BITCOIN_VERSIONS_PRIVATE","const val BITCOIN_VERSIONS_PRIVATE: Int = 76066276","org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PRIVATE"]},{"name":"const val BITCOIN_VERSIONS_PUBLIC: Int = 76067358","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PUBLIC","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-b-i-t-c-o-i-n_-v-e-r-s-i-o-n-s_-p-u-b-l-i-c.html","searchKeys":["BITCOIN_VERSIONS_PUBLIC","const val BITCOIN_VERSIONS_PUBLIC: Int = 76067358","org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PUBLIC"]},{"name":"const val FINGERPRINT: Int = 0","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.FINGERPRINT","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-f-i-n-g-e-r-p-r-i-n-t.html","searchKeys":["FINGERPRINT","const val FINGERPRINT: Int = 0","org.hyperledger.identus.apollo.derivation.HDKey.Companion.FINGERPRINT"]},{"name":"const val MASTER_SECRET: String","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.MASTER_SECRET","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-m-a-s-t-e-r_-s-e-c-r-e-t.html","searchKeys":["MASTER_SECRET","const val MASTER_SECRET: String","org.hyperledger.identus.apollo.derivation.HDKey.Companion.MASTER_SECRET"]},{"name":"constructor()","description":"fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/fr.acinq.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor()","fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.MnemonicHelper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-mnemonic-helper.html","searchKeys":["MnemonicHelper","constructor()","org.hyperledger.identus.apollo.derivation.MnemonicHelper.MnemonicHelper"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.Hashe","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/-hashe.html","searchKeys":["Hashe","constructor()","org.hyperledger.identus.apollo.hashing.external.Hashe.Hashe"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.SHA512","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-s-h-a512.html","searchKeys":["SHA512","constructor()","org.hyperledger.identus.apollo.hashing.external.SHA512.SHA512"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.ECDH.ECDH","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-h/-e-c-d-h.html","searchKeys":["ECDH","constructor()","org.hyperledger.identus.apollo.secp256k1.ECDH.ECDH"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.ECDSA","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/-e-c-d-s-a.html","searchKeys":["ECDSA","constructor()","org.hyperledger.identus.apollo.secp256k1.ECDSA.ECDSA"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor()","org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Secp256k1Helper","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/-secp256k1-helper.html","searchKeys":["Secp256k1Helper","constructor()","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Secp256k1Helper"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.Secp256k1Lib","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/-secp256k1-lib.html","searchKeys":["Secp256k1Lib","constructor()","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.Secp256k1Lib"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/-base-point.html","searchKeys":["BasePoint","constructor()","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.BasePoint"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.curve.base.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/base.html","searchKeys":["base","constructor()","org.hyperledger.identus.apollo.utils.external.curve.base.base"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.BigInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-big-int/-big-int.html","searchKeys":["BigInt","constructor()","org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.BigInt"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.ProjectivePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/-projective-point.html","searchKeys":["ProjectivePoint","constructor()","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.ProjectivePoint"]},{"name":"constructor(axes: List)","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.DerivationPath","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-derivation-path.html","searchKeys":["DerivationPath","constructor(axes: List)","org.hyperledger.identus.apollo.derivation.DerivationPath.DerivationPath"]},{"name":"constructor(bigInteger: BigInteger)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(bigInteger: BigInteger)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.SHA2","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/-s-h-a2.html","searchKeys":["SHA2","constructor(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean)","org.hyperledger.identus.apollo.hashing.external.SHA2.SHA2"]},{"name":"constructor(byte: Byte)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(byte: Byte)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.KMMEdPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/-k-m-m-ed-private-key.html","searchKeys":["KMMEdPrivateKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.KMMEdPrivateKey"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.KMMEdPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/-k-m-m-ed-public-key.html","searchKeys":["KMMEdPublicKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.KMMEdPublicKey"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.KMMX25519PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/-k-m-m-x25519-private-key.html","searchKeys":["KMMX25519PrivateKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.KMMX25519PrivateKey"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.KMMX25519PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/-k-m-m-x25519-public-key.html","searchKeys":["KMMX25519PublicKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.KMMX25519PublicKey"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(conf: edwards.EdwardsConf)","description":"org.hyperledger.identus.apollo.utils.external.edwards.edwards","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/edwards.html","searchKeys":["edwards","constructor(conf: edwards.EdwardsConf)","org.hyperledger.identus.apollo.utils.external.edwards.edwards"]},{"name":"constructor(conf: short.ShortConf)","description":"org.hyperledger.identus.apollo.utils.external.short.short","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/short.html","searchKeys":["short","constructor(conf: short.ShortConf)","org.hyperledger.identus.apollo.utils.external.short.short"]},{"name":"constructor(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/-base-point.html","searchKeys":["BasePoint","constructor(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.base.BasePoint.BasePoint"]},{"name":"constructor(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.EdwardsPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/-edwards-point.html","searchKeys":["EdwardsPoint","constructor(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.EdwardsPoint"]},{"name":"constructor(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.ShortPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/-short-point.html","searchKeys":["ShortPoint","constructor(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.ShortPoint"]},{"name":"constructor(ec: ec, options: ec.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-key-pair.html","searchKeys":["KeyPair","constructor(ec: ec, options: ec.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.KeyPair"]},{"name":"constructor(eddsa: eddsa, params: eddsa.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-key-pair.html","searchKeys":["KeyPair","constructor(eddsa: eddsa, params: eddsa.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.KeyPair"]},{"name":"constructor(eddsa: eddsa, sig: String)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html","searchKeys":["Signature","constructor(eddsa: eddsa, sig: String)","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature"]},{"name":"constructor(eddsa: eddsa, sig: eddsa.Signature)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html","searchKeys":["Signature","constructor(eddsa: eddsa, sig: eddsa.Signature)","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature"]},{"name":"constructor(int: Int)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(int: Int)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(long: Long)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(long: Long)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(message: String)","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException.ECPrivateKeyDecodingException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-decoding-exception/-e-c-private-key-decoding-exception.html","searchKeys":["ECPrivateKeyDecodingException","constructor(message: String)","org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException.ECPrivateKeyDecodingException"]},{"name":"constructor(message: String)","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException.ECPrivateKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-initialization-exception/-e-c-private-key-initialization-exception.html","searchKeys":["ECPrivateKeyInitializationException","constructor(message: String)","org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException.ECPrivateKeyInitializationException"]},{"name":"constructor(message: String)","description":"org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException.ECPublicKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-public-key-initialization-exception/-e-c-public-key-initialization-exception.html","searchKeys":["ECPublicKeyInitializationException","constructor(message: String)","org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException.ECPublicKeyInitializationException"]},{"name":"constructor(message: String?)","description":"fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/fr.acinq.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor(message: String?)","fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor(message: String?)","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor(message: String?)","org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor(message: String?, cause: Throwable? = null)","description":"org.hyperledger.identus.apollo.derivation.MnemonicChecksumException.MnemonicChecksumException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-checksum-exception/-mnemonic-checksum-exception.html","searchKeys":["MnemonicChecksumException","constructor(message: String?, cause: Throwable? = null)","org.hyperledger.identus.apollo.derivation.MnemonicChecksumException.MnemonicChecksumException"]},{"name":"constructor(message: String?, cause: Throwable? = null)","description":"org.hyperledger.identus.apollo.derivation.MnemonicLengthException.MnemonicLengthException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-length-exception/-mnemonic-length-exception.html","searchKeys":["MnemonicLengthException","constructor(message: String?, cause: Throwable? = null)","org.hyperledger.identus.apollo.derivation.MnemonicLengthException.MnemonicLengthException"]},{"name":"constructor(message: String?, cause: Throwable? = null)","description":"org.hyperledger.identus.apollo.derivation.MnemonicWordException.MnemonicWordException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-word-exception/-mnemonic-word-exception.html","searchKeys":["MnemonicWordException","constructor(message: String?, cause: Throwable? = null)","org.hyperledger.identus.apollo.derivation.MnemonicWordException.MnemonicWordException"]},{"name":"constructor(name: String)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.eddsa","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/eddsa.html","searchKeys":["eddsa","constructor(name: String)","org.hyperledger.identus.apollo.utils.external.eddsa.eddsa"]},{"name":"constructor(number: Array)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(options: PresetCurve)","description":"org.hyperledger.identus.apollo.utils.external.ec.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/ec.html","searchKeys":["ec","constructor(options: PresetCurve)","org.hyperledger.identus.apollo.utils.external.ec.ec"]},{"name":"constructor(options: PresetCurve.Options)","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.PresetCurve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-preset-curve.html","searchKeys":["PresetCurve","constructor(options: PresetCurve.Options)","org.hyperledger.identus.apollo.utils.external.PresetCurve.PresetCurve"]},{"name":"constructor(options: String)","description":"org.hyperledger.identus.apollo.utils.external.ec.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/ec.html","searchKeys":["ec","constructor(options: String)","org.hyperledger.identus.apollo.utils.external.ec.ec"]},{"name":"constructor(privateKey: ByteArray? = null, publicKey: ByteArray? = null, chainCode: ByteArray? = null, depth: Int = 0, childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.HDKey.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-h-d-key.html","searchKeys":["HDKey","constructor(privateKey: ByteArray? = null, publicKey: ByteArray? = null, chainCode: ByteArray? = null, depth: Int = 0, childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.HDKey.HDKey"]},{"name":"constructor(r: BN, s: BN)","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/-signature.html","searchKeys":["Signature","constructor(r: BN, s: BN)","org.hyperledger.identus.apollo.utils.external.ec.Signature.Signature"]},{"name":"constructor(raw: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.KMMECSecp256k1PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/-k-m-m-e-c-secp256k1-private-key.html","searchKeys":["KMMECSecp256k1PrivateKey","constructor(raw: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.KMMECSecp256k1PrivateKey"]},{"name":"constructor(raw: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.KMMECSecp256k1PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/-k-m-m-e-c-secp256k1-public-key.html","searchKeys":["KMMECSecp256k1PublicKey","constructor(raw: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.KMMECSecp256k1PublicKey"]},{"name":"constructor(seed: ByteArray, depth: Int, childIndex: BigIntegerWrapper)","description":"org.hyperledger.identus.apollo.derivation.HDKey.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-h-d-key.html","searchKeys":["HDKey","constructor(seed: ByteArray, depth: Int, childIndex: BigIntegerWrapper)","org.hyperledger.identus.apollo.derivation.HDKey.HDKey"]},{"name":"constructor(seed: ByteArray, depth: Int, childIndex: Int)","description":"org.hyperledger.identus.apollo.derivation.HDKey.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-h-d-key.html","searchKeys":["HDKey","constructor(seed: ByteArray, depth: Int, childIndex: Int)","org.hyperledger.identus.apollo.derivation.HDKey.HDKey"]},{"name":"constructor(short: Short)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(short: Short)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(string: String)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(string: String)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(type: String, conf: base.BaseCurveOptions)","description":"org.hyperledger.identus.apollo.utils.external.base.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/base.html","searchKeys":["base","constructor(type: String, conf: base.BaseCurveOptions)","org.hyperledger.identus.apollo.utils.external.base.base"]},{"name":"constructor(versions: Pair, chainCode: ByteArray, depth: Int, parentFingerprint: Int?, index: BigInteger, privateKey: ByteArray? = null, publicKey: ByteArray? = null)","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.HDKeyOptions","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/-h-d-key-options.html","searchKeys":["HDKeyOptions","constructor(versions: Pair, chainCode: ByteArray, depth: Int, parentFingerprint: Int?, index: BigInteger, privateKey: ByteArray? = null, publicKey: ByteArray? = null)","org.hyperledger.identus.apollo.derivation.HDKeyOptions.HDKeyOptions"]},{"name":"constructor(words: Array)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: Array)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(x: BN, y: BN)","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS.KMMECPointJS","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/-k-m-m-e-c-point-j-s.html","searchKeys":["KMMECPointJS","constructor(x: BN, y: BN)","org.hyperledger.identus.apollo.utils.KMMECPointJS.KMMECPointJS"]},{"name":"constructor(x: ByteArray, y: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.KMMECPoint","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/-k-m-m-e-c-point.html","searchKeys":["KMMECPoint","constructor(x: ByteArray, y: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECPoint.KMMECPoint"]},{"name":"data class DerivationPath(val axes: List)","description":"org.hyperledger.identus.apollo.derivation.DerivationPath","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/index.html","searchKeys":["DerivationPath","data class DerivationPath(val axes: List)","org.hyperledger.identus.apollo.derivation.DerivationPath"]},{"name":"data class HDKeyOptions(val versions: Pair, val chainCode: ByteArray, val depth: Int, val parentFingerprint: Int?, val index: BigInteger, var privateKey: ByteArray? = null, var publicKey: ByteArray? = null)","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/index.html","searchKeys":["HDKeyOptions","data class HDKeyOptions(val versions: Pair, val chainCode: ByteArray, val depth: Int, val parentFingerprint: Int?, val index: BigInteger, var privateKey: ByteArray? = null, var publicKey: ByteArray? = null)","org.hyperledger.identus.apollo.derivation.HDKeyOptions"]},{"name":"data class KMMECPoint(val x: ByteArray, val y: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECPoint","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/index.html","searchKeys":["KMMECPoint","data class KMMECPoint(val x: ByteArray, val y: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECPoint"]},{"name":"data class KMMECPointJS(val x: BN, val y: BN)","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/index.html","searchKeys":["KMMECPointJS","data class KMMECPointJS(val x: BN, val y: BN)","org.hyperledger.identus.apollo.utils.KMMECPointJS"]},{"name":"enum KMMEllipticCurve : Enum ","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/index.html","searchKeys":["KMMEllipticCurve","enum KMMEllipticCurve : Enum ","org.hyperledger.identus.apollo.utils.KMMEllipticCurve"]},{"name":"expect class EdHDKey(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.EdHDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/index.html","searchKeys":["EdHDKey","expect class EdHDKey(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.EdHDKey"]},{"name":"expect class KMMEdKeyPair(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/index.html","searchKeys":["KMMEdKeyPair","expect class KMMEdKeyPair(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","org.hyperledger.identus.apollo.utils.KMMEdKeyPair"]},{"name":"expect class KMMEdPrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/index.html","searchKeys":["KMMEdPrivateKey","expect class KMMEdPrivateKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey"]},{"name":"expect class KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/index.html","searchKeys":["KMMEdPublicKey","expect class KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdPublicKey"]},{"name":"expect class KMMX25519KeyPair(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/index.html","searchKeys":["KMMX25519KeyPair","expect class KMMX25519KeyPair(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair"]},{"name":"expect class KMMX25519PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/index.html","searchKeys":["KMMX25519PrivateKey","expect class KMMX25519PrivateKey","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey"]},{"name":"expect class KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/index.html","searchKeys":["KMMX25519PublicKey","expect class KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey"]},{"name":"expect class Secp256k1Lib","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/index.html","searchKeys":["Secp256k1Lib","expect class Secp256k1Lib","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib"]},{"name":"expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/index.html","searchKeys":["SecureRandom","expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface","org.hyperledger.identus.apollo.securerandom.SecureRandom"]},{"name":"expect constructor(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.EdHDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/-ed-h-d-key.html","searchKeys":["EdHDKey","expect constructor(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.EdHDKey.EdHDKey"]},{"name":"expect constructor(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.KMMEdKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-k-m-m-ed-key-pair.html","searchKeys":["KMMEdKeyPair","expect constructor(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.KMMEdKeyPair"]},{"name":"expect constructor(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.KMMX25519KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-k-m-m-x25519-key-pair.html","searchKeys":["KMMX25519KeyPair","expect constructor(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.KMMX25519KeyPair"]},{"name":"expect constructor(seed: ByteArray = ByteArray(0))","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.SecureRandom","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-secure-random.html","searchKeys":["SecureRandom","expect constructor(seed: ByteArray = ByteArray(0))","org.hyperledger.identus.apollo.securerandom.SecureRandom.SecureRandom"]},{"name":"expect fun compressPublicKey(uncompressed: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.compressPublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/compress-public-key.html","searchKeys":["compressPublicKey","expect fun compressPublicKey(uncompressed: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.compressPublicKey"]},{"name":"expect fun createPublicKey(privateKey: ByteArray, compressed: Boolean): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.createPublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/create-public-key.html","searchKeys":["createPublicKey","expect fun createPublicKey(privateKey: ByteArray, compressed: Boolean): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.createPublicKey"]},{"name":"expect fun derive(p: String, s: String, c: Int, dkLen: Int): ByteArray","description":"org.hyperledger.identus.apollo.hashing.PBKDF2SHA512.derive","location":"-apollo/org.hyperledger.identus.apollo.hashing/-p-b-k-d-f2-s-h-a512/derive.html","searchKeys":["derive","expect fun derive(p: String, s: String, c: Int, dkLen: Int): ByteArray","org.hyperledger.identus.apollo.hashing.PBKDF2SHA512.derive"]},{"name":"expect fun derive(path: String): EdHDKey","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.derive","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/derive.html","searchKeys":["derive","expect fun derive(path: String): EdHDKey","org.hyperledger.identus.apollo.derivation.EdHDKey.derive"]},{"name":"expect fun deriveChild(wrappedIndex: BigIntegerWrapper): EdHDKey","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.deriveChild","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/derive-child.html","searchKeys":["deriveChild","expect fun deriveChild(wrappedIndex: BigIntegerWrapper): EdHDKey","org.hyperledger.identus.apollo.derivation.EdHDKey.deriveChild"]},{"name":"expect fun derivePrivateKey(privateKeyBytes: ByteArray, derivedPrivateKeyBytes: ByteArray): ByteArray?","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.derivePrivateKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/derive-private-key.html","searchKeys":["derivePrivateKey","expect fun derivePrivateKey(privateKeyBytes: ByteArray, derivedPrivateKeyBytes: ByteArray): ByteArray?","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.derivePrivateKey"]},{"name":"expect fun initFromSeed(seed: ByteArray): EdHDKey","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.Companion.initFromSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/-companion/init-from-seed.html","searchKeys":["initFromSeed","expect fun initFromSeed(seed: ByteArray): EdHDKey","org.hyperledger.identus.apollo.derivation.EdHDKey.Companion.initFromSeed"]},{"name":"expect fun sign(message: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/sign.html","searchKeys":["sign","expect fun sign(message: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.sign"]},{"name":"expect fun sign(message: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.sign","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/sign.html","searchKeys":["sign","expect fun sign(message: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.sign"]},{"name":"expect fun sign(privateKey: ByteArray, data: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.sign","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/sign.html","searchKeys":["sign","expect fun sign(privateKey: ByteArray, data: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.sign"]},{"name":"expect fun uncompressPublicKey(compressed: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.uncompressPublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/uncompress-public-key.html","searchKeys":["uncompressPublicKey","expect fun uncompressPublicKey(compressed: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.uncompressPublicKey"]},{"name":"expect fun verify(message: ByteArray, sig: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/verify.html","searchKeys":["verify","expect fun verify(message: ByteArray, sig: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.verify"]},{"name":"expect fun verify(message: ByteArray, sig: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/verify.html","searchKeys":["verify","expect fun verify(message: ByteArray, sig: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.verify"]},{"name":"expect fun verify(publicKey: ByteArray, signature: ByteArray, data: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.verify","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/verify.html","searchKeys":["verify","expect fun verify(publicKey: ByteArray, signature: ByteArray, data: ByteArray): Boolean","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.verify"]},{"name":"expect fun x25519PrivateKey(): KMMX25519PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.x25519PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/x25519-private-key.html","searchKeys":["x25519PrivateKey","expect fun x25519PrivateKey(): KMMX25519PrivateKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.x25519PrivateKey"]},{"name":"expect object Companion","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/-companion/index.html","searchKeys":["Companion","expect object Companion","org.hyperledger.identus.apollo.derivation.EdHDKey.Companion"]},{"name":"expect object Companion : Ed25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-companion/index.html","searchKeys":["Companion","expect object Companion : Ed25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion"]},{"name":"expect object Companion : SecureRandomStaticInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-companion/index.html","searchKeys":["Companion","expect object Companion : SecureRandomStaticInterface","org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion"]},{"name":"expect object Companion : X25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-companion/index.html","searchKeys":["Companion","expect object Companion : X25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion"]},{"name":"expect object PBKDF2SHA512","description":"org.hyperledger.identus.apollo.hashing.PBKDF2SHA512","location":"-apollo/org.hyperledger.identus.apollo.hashing/-p-b-k-d-f2-s-h-a512/index.html","searchKeys":["PBKDF2SHA512","expect object PBKDF2SHA512","org.hyperledger.identus.apollo.hashing.PBKDF2SHA512"]},{"name":"expect object Platform","description":"org.hyperledger.identus.apollo.Platform","location":"-apollo/org.hyperledger.identus.apollo/-platform/index.html","searchKeys":["Platform","expect object Platform","org.hyperledger.identus.apollo.Platform"]},{"name":"expect val OS: String","description":"org.hyperledger.identus.apollo.Platform.OS","location":"-apollo/org.hyperledger.identus.apollo/-platform/-o-s.html","searchKeys":["OS","expect val OS: String","org.hyperledger.identus.apollo.Platform.OS"]},{"name":"expect val chainCode: ByteArray","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.chainCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/chain-code.html","searchKeys":["chainCode","expect val chainCode: ByteArray","org.hyperledger.identus.apollo.derivation.EdHDKey.chainCode"]},{"name":"expect val depth: Int","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.depth","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/depth.html","searchKeys":["depth","expect val depth: Int","org.hyperledger.identus.apollo.derivation.EdHDKey.depth"]},{"name":"expect val index: BigIntegerWrapper","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.index","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/--index--.html","searchKeys":["index","expect val index: BigIntegerWrapper","org.hyperledger.identus.apollo.derivation.EdHDKey.index"]},{"name":"expect val privateKey: ByteArray","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.privateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/private-key.html","searchKeys":["privateKey","expect val privateKey: ByteArray","org.hyperledger.identus.apollo.derivation.EdHDKey.privateKey"]},{"name":"expect val privateKey: KMMEdPrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.privateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/private-key.html","searchKeys":["privateKey","expect val privateKey: KMMEdPrivateKey","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.privateKey"]},{"name":"expect val privateKey: KMMX25519PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.privateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/private-key.html","searchKeys":["privateKey","expect val privateKey: KMMX25519PrivateKey","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.privateKey"]},{"name":"expect val publicKey: KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/public-key.html","searchKeys":["publicKey","expect val publicKey: KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.publicKey"]},{"name":"expect val publicKey: KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/public-key.html","searchKeys":["publicKey","expect val publicKey: KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.publicKey"]},{"name":"expect val seed: ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.seed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/seed.html","searchKeys":["seed","expect val seed: ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.seed"]},{"name":"external class BigInt","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-big-int/index.html","searchKeys":["BigInt","external class BigInt","org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt"]},{"name":"external class ProjectivePoint","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/index.html","searchKeys":["ProjectivePoint","external class ProjectivePoint","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint"]},{"name":"external fun generateKeyPair(prng: dynamic = definedExternally): KeyPair","description":"org.hyperledger.identus.apollo.utils.external.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/generate-key-pair.html","searchKeys":["generateKeyPair","external fun generateKeyPair(prng: dynamic = definedExternally): KeyPair","org.hyperledger.identus.apollo.utils.external.generateKeyPair"]},{"name":"external fun generateKeyPairFromSeed(seed: Uint8Array): KeyPair","description":"org.hyperledger.identus.apollo.utils.external.generateKeyPairFromSeed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/generate-key-pair-from-seed.html","searchKeys":["generateKeyPairFromSeed","external fun generateKeyPairFromSeed(seed: Uint8Array): KeyPair","org.hyperledger.identus.apollo.utils.external.generateKeyPairFromSeed"]},{"name":"external fun pbkdf2(hash: Any, password: String, salt: String, opts: dynamic): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.pbkdf2","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/pbkdf2.html","searchKeys":["pbkdf2","external fun pbkdf2(hash: Any, password: String, salt: String, opts: dynamic): Uint8Array","org.hyperledger.identus.apollo.hashing.external.pbkdf2"]},{"name":"external fun rand(len: Number): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.rand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/rand.html","searchKeys":["rand","external fun rand(len: Number): Uint8Array","org.hyperledger.identus.apollo.utils.external.rand"]},{"name":"external fun scalarMult(n: Uint8Array, p: Uint8Array): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.scalarMult","location":"-apollo/org.hyperledger.identus.apollo.utils.external/scalar-mult.html","searchKeys":["scalarMult","external fun scalarMult(n: Uint8Array, p: Uint8Array): Uint8Array","org.hyperledger.identus.apollo.utils.external.scalarMult"]},{"name":"external fun scalarMultBase(n: Uint8Array): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.scalarMultBase","location":"-apollo/org.hyperledger.identus.apollo.utils.external/scalar-mult-base.html","searchKeys":["scalarMultBase","external fun scalarMultBase(n: Uint8Array): Uint8Array","org.hyperledger.identus.apollo.utils.external.scalarMultBase"]},{"name":"external fun sharedKey(mySecretKey: Uint8Array, theirPublicKey: Uint8Array, rejectZero: Boolean = definedExternally): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.sharedKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/shared-key.html","searchKeys":["sharedKey","external fun sharedKey(mySecretKey: Uint8Array, theirPublicKey: Uint8Array, rejectZero: Boolean = definedExternally): Uint8Array","org.hyperledger.identus.apollo.utils.external.sharedKey"]},{"name":"external interface Coordinates","description":"org.hyperledger.identus.apollo.utils.external.Coordinates","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-coordinates/index.html","searchKeys":["Coordinates","external interface Coordinates","org.hyperledger.identus.apollo.utils.external.Coordinates"]},{"name":"external interface EGCD","description":"org.hyperledger.identus.apollo.utils.external.EGCD","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/index.html","searchKeys":["EGCD","external interface EGCD","org.hyperledger.identus.apollo.utils.external.EGCD"]},{"name":"external interface KeyPair","description":"org.hyperledger.identus.apollo.utils.external.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-key-pair/index.html","searchKeys":["KeyPair","external interface KeyPair","org.hyperledger.identus.apollo.utils.external.KeyPair"]},{"name":"external interface SignatureConstructor","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/index.html","searchKeys":["SignatureConstructor","external interface SignatureConstructor","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor"]},{"name":"external interface SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/index.html","searchKeys":["SignatureType","external interface SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType"]},{"name":"external interface T$0","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/index.html","searchKeys":["T$0","external interface T$0","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0"]},{"name":"external interface T$1","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$1","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$1/index.html","searchKeys":["T$1","external interface T$1","org.hyperledger.identus.apollo.utils.external.secp256k1.T$1"]},{"name":"external interface T$2","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/index.html","searchKeys":["T$2","external interface T$2","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2"]},{"name":"external interface T$4","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/index.html","searchKeys":["T$4","external interface T$4","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4"]},{"name":"external interface T$5","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/index.html","searchKeys":["T$5","external interface T$5","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5"]},{"name":"external interface T$6","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$6","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$6/index.html","searchKeys":["T$6","external interface T$6","org.hyperledger.identus.apollo.utils.external.secp256k1.T$6"]},{"name":"external interface ed25519_bip32_export","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32_export/index.html","searchKeys":["ed25519_bip32_export","external interface ed25519_bip32_export","org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export"]},{"name":"external object curve","description":"org.hyperledger.identus.apollo.utils.external.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/index.html","searchKeys":["curve","external object curve","org.hyperledger.identus.apollo.utils.external.curve"]},{"name":"external object sha384","description":"org.hyperledger.identus.apollo.hashing.external.sha384","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/index.html","searchKeys":["sha384","external object sha384","org.hyperledger.identus.apollo.hashing.external.sha384"]},{"name":"external object sha512","description":"org.hyperledger.identus.apollo.hashing.external.sha512","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/index.html","searchKeys":["sha512","external object sha512","org.hyperledger.identus.apollo.hashing.external.sha512"]},{"name":"external object sha512_224","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/index.html","searchKeys":["sha512_224","external object sha512_224","org.hyperledger.identus.apollo.hashing.external.sha512_224"]},{"name":"external object sha512_256","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/index.html","searchKeys":["sha512_256","external object sha512_256","org.hyperledger.identus.apollo.hashing.external.sha512_256"]},{"name":"external val ed25519_bip32: ed25519_bip32_export","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32.html","searchKeys":["ed25519_bip32","external val ed25519_bip32: ed25519_bip32_export","org.hyperledger.identus.apollo.utils.external.ed25519_bip32"]},{"name":"external var PUBLIC_KEY_LENGTH: Any","description":"org.hyperledger.identus.apollo.utils.external.PUBLIC_KEY_LENGTH","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-p-u-b-l-i-c_-k-e-y_-l-e-n-g-t-h.html","searchKeys":["PUBLIC_KEY_LENGTH","external var PUBLIC_KEY_LENGTH: Any","org.hyperledger.identus.apollo.utils.external.PUBLIC_KEY_LENGTH"]},{"name":"external var SECRET_KEY_LENGTH: Any","description":"org.hyperledger.identus.apollo.utils.external.SECRET_KEY_LENGTH","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-s-e-c-r-e-t_-k-e-y_-l-e-n-g-t-h.html","searchKeys":["SECRET_KEY_LENGTH","external var SECRET_KEY_LENGTH: Any","org.hyperledger.identus.apollo.utils.external.SECRET_KEY_LENGTH"]},{"name":"external var SHARED_KEY_LENGTH: Any","description":"org.hyperledger.identus.apollo.utils.external.SHARED_KEY_LENGTH","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-s-h-a-r-e-d_-k-e-y_-l-e-n-g-t-h.html","searchKeys":["SHARED_KEY_LENGTH","external var SHARED_KEY_LENGTH: Any","org.hyperledger.identus.apollo.utils.external.SHARED_KEY_LENGTH"]},{"name":"external var secp256k1: T$5","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.secp256k1","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/secp256k1.html","searchKeys":["secp256k1","external var secp256k1: T$5","org.hyperledger.identus.apollo.utils.external.secp256k1.secp256k1"]},{"name":"external var utils: Any","description":"org.hyperledger.identus.apollo.utils.external.utils","location":"-apollo/org.hyperledger.identus.apollo.utils.external/utils.html","searchKeys":["utils","external var utils: Any","org.hyperledger.identus.apollo.utils.external.utils"]},{"name":"external var version: Number","description":"org.hyperledger.identus.apollo.utils.external.version","location":"-apollo/org.hyperledger.identus.apollo.utils.external/version.html","searchKeys":["version","external var version: Number","org.hyperledger.identus.apollo.utils.external.version"]},{"name":"fun ArrayBuffer.toByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-byte-array.html","searchKeys":["toByteArray","fun ArrayBuffer.toByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toByteArray"]},{"name":"fun BigInteger.toJavaBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toJavaBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[android]to-java-big-integer.html","searchKeys":["toJavaBigInteger","fun BigInteger.toJavaBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toJavaBigInteger"]},{"name":"fun BigInteger.toJavaBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toJavaBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[jvm]to-java-big-integer.html","searchKeys":["toJavaBigInteger","fun BigInteger.toJavaBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toJavaBigInteger"]},{"name":"fun BigInteger.toKotlinBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toKotlinBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[android]to-kotlin-big-integer.html","searchKeys":["toKotlinBigInteger","fun BigInteger.toKotlinBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toKotlinBigInteger"]},{"name":"fun BigInteger.toKotlinBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toKotlinBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[jvm]to-kotlin-big-integer.html","searchKeys":["toKotlinBigInteger","fun BigInteger.toKotlinBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toKotlinBigInteger"]},{"name":"fun BigInteger.toUnsignedByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toUnsignedByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/[android]to-unsigned-byte-array.html","searchKeys":["toUnsignedByteArray","fun BigInteger.toUnsignedByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toUnsignedByteArray"]},{"name":"fun BigInteger.toUnsignedByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toUnsignedByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/[jvm]to-unsigned-byte-array.html","searchKeys":["toUnsignedByteArray","fun BigInteger.toUnsignedByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toUnsignedByteArray"]},{"name":"fun Buffer.toByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-byte-array.html","searchKeys":["toByteArray","fun Buffer.toByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toByteArray"]},{"name":"fun ByteArray.asCharArray(): CharArray","description":"org.hyperledger.identus.apollo.base64.asCharArray","location":"-apollo/org.hyperledger.identus.apollo.base64/as-char-array.html","searchKeys":["asCharArray","fun ByteArray.asCharArray(): CharArray","org.hyperledger.identus.apollo.base64.asCharArray"]},{"name":"fun ByteArray.asUint8Array(): Uint8Array","description":"org.hyperledger.identus.apollo.utils.asUint8Array","location":"-apollo/org.hyperledger.identus.apollo.utils/as-uint8-array.html","searchKeys":["asUint8Array","fun ByteArray.asUint8Array(): Uint8Array","org.hyperledger.identus.apollo.utils.asUint8Array"]},{"name":"fun ByteArray.padStart(length: Int, padValue: Byte): ByteArray","description":"org.hyperledger.identus.apollo.utils.padStart","location":"-apollo/org.hyperledger.identus.apollo.utils/pad-start.html","searchKeys":["padStart","fun ByteArray.padStart(length: Int, padValue: Byte): ByteArray","org.hyperledger.identus.apollo.utils.padStart"]},{"name":"fun ByteArray.toArrayBuffer(): ArrayBuffer","description":"org.hyperledger.identus.apollo.utils.toArrayBuffer","location":"-apollo/org.hyperledger.identus.apollo.utils/to-array-buffer.html","searchKeys":["toArrayBuffer","fun ByteArray.toArrayBuffer(): ArrayBuffer","org.hyperledger.identus.apollo.utils.toArrayBuffer"]},{"name":"fun ByteArray.toHexString(): String","description":"org.hyperledger.identus.apollo.utils.toHexString","location":"-apollo/org.hyperledger.identus.apollo.utils/to-hex-string.html","searchKeys":["toHexString","fun ByteArray.toHexString(): String","org.hyperledger.identus.apollo.utils.toHexString"]},{"name":"fun ByteArray.toNSData(): NSData","description":"org.hyperledger.identus.apollo.utils.toNSData","location":"-apollo/org.hyperledger.identus.apollo.utils/to-n-s-data.html","searchKeys":["toNSData","fun ByteArray.toNSData(): NSData","org.hyperledger.identus.apollo.utils.toNSData"]},{"name":"fun CArrayPointer.toUByteArray(length: Int): UByteArray","description":"org.hyperledger.identus.apollo.utils.toUByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-u-byte-array.html","searchKeys":["toUByteArray","fun CArrayPointer.toUByteArray(length: Int): UByteArray","org.hyperledger.identus.apollo.utils.toUByteArray"]},{"name":"fun Int.toNSNumber(): NSNumber","description":"org.hyperledger.identus.apollo.utils.toNSNumber","location":"-apollo/org.hyperledger.identus.apollo.utils/to-n-s-number.html","searchKeys":["toNSNumber","fun Int.toNSNumber(): NSNumber","org.hyperledger.identus.apollo.utils.toNSNumber"]},{"name":"fun NSData.toByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-byte-array.html","searchKeys":["toByteArray","fun NSData.toByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toByteArray"]},{"name":"fun NSNumber.toKotlinInt(): Int","description":"org.hyperledger.identus.apollo.utils.toKotlinInt","location":"-apollo/org.hyperledger.identus.apollo.utils/to-kotlin-int.html","searchKeys":["toKotlinInt","fun NSNumber.toKotlinInt(): Int","org.hyperledger.identus.apollo.utils.toKotlinInt"]},{"name":"fun NSString.toKotlinString(): String","description":"org.hyperledger.identus.apollo.utils.toKotlinString","location":"-apollo/org.hyperledger.identus.apollo.utils/to-kotlin-string.html","searchKeys":["toKotlinString","fun NSString.toKotlinString(): String","org.hyperledger.identus.apollo.utils.toKotlinString"]},{"name":"fun String.decodeHex(): ByteArray","description":"org.hyperledger.identus.apollo.utils.decodeHex","location":"-apollo/org.hyperledger.identus.apollo.utils/decode-hex.html","searchKeys":["decodeHex","fun String.decodeHex(): ByteArray","org.hyperledger.identus.apollo.utils.decodeHex"]},{"name":"fun String.toNSString(): NSString","description":"org.hyperledger.identus.apollo.utils.toNSString","location":"-apollo/org.hyperledger.identus.apollo.utils/to-n-s-string.html","searchKeys":["toNSString","fun String.toNSString(): NSString","org.hyperledger.identus.apollo.utils.toNSString"]},{"name":"fun UByteArray.toCArrayPointer(memScope: MemScope): CArrayPointer","description":"org.hyperledger.identus.apollo.utils.toCArrayPointer","location":"-apollo/org.hyperledger.identus.apollo.utils/to-c-array-pointer.html","searchKeys":["toCArrayPointer","fun UByteArray.toCArrayPointer(memScope: MemScope): CArrayPointer","org.hyperledger.identus.apollo.utils.toCArrayPointer"]},{"name":"fun Uint8Array.asByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.asByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/as-byte-array.html","searchKeys":["asByteArray","fun Uint8Array.asByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.asByteArray"]},{"name":"fun _require(name: String): dynamic","description":"org.hyperledger.identus.apollo.utils._require","location":"-apollo/org.hyperledger.identus.apollo.utils/_require.html","searchKeys":["_require","fun _require(name: String): dynamic","org.hyperledger.identus.apollo.utils._require"]},{"name":"fun compact2der(sig: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.compact2der","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/compact2der.html","searchKeys":["compact2der","fun compact2der(sig: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDSA.compact2der"]},{"name":"fun convertSecretKeyToX25519(secretKey: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.convertSecretKeyToX25519","location":"-apollo/org.hyperledger.identus.apollo.utils/convert-secret-key-to-x25519.html","searchKeys":["convertSecretKeyToX25519","fun convertSecretKeyToX25519(secretKey: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.convertSecretKeyToX25519"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha384.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha384.create"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha512.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha512.create"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha512_224.create"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha512_256.create"]},{"name":"fun createRandomMnemonics(): Array","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): Array","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomMnemonics"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomSeed"]},{"name":"fun createSeed(mnemonics: Array, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: Array, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createSeed"]},{"name":"fun decode(hex: String): ByteArray","description":"fr.acinq.secp256k1.Hex.decode","location":"-apollo/fr.acinq.secp256k1/-hex/decode.html","searchKeys":["decode","fun decode(hex: String): ByteArray","fr.acinq.secp256k1.Hex.decode"]},{"name":"fun derive(axis: DerivationAxis): DerivationPath","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.derive","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/derive.html","searchKeys":["derive","fun derive(axis: DerivationAxis): DerivationPath","org.hyperledger.identus.apollo.derivation.DerivationPath.derive"]},{"name":"fun derive(path: String): HDKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.derive","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/derive.html","searchKeys":["derive","fun derive(path: String): HDKey","org.hyperledger.identus.apollo.derivation.HDKey.derive"]},{"name":"fun deriveChild(index: BigIntegerWrapper): HDKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.deriveChild","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/derive-child.html","searchKeys":["deriveChild","fun deriveChild(index: BigIntegerWrapper): HDKey","org.hyperledger.identus.apollo.derivation.HDKey.deriveChild"]},{"name":"fun deriveChild(index: Int): HDKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.deriveChild","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/derive-child.html","searchKeys":["deriveChild","fun deriveChild(index: Int): HDKey","org.hyperledger.identus.apollo.derivation.HDKey.deriveChild"]},{"name":"fun ecdh(privateKey: ByteArray, publicKey: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDH.ecdh","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-h/ecdh.html","searchKeys":["ecdh","fun ecdh(privateKey: ByteArray, publicKey: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDH.ecdh"]},{"name":"fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.ecdsaRecover","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/ecdsa-recover.html","searchKeys":["ecdsaRecover","fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDSA.ecdsaRecover"]},{"name":"fun empty(): DerivationPath","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.empty","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-companion/empty.html","searchKeys":["empty","fun empty(): DerivationPath","org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.empty"]},{"name":"fun encode(enc: String): String","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encode","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/encode.html","searchKeys":["encode","fun encode(enc: String): String","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encode"]},{"name":"fun encode(input: ByteArray): String","description":"fr.acinq.secp256k1.Hex.encode","location":"-apollo/fr.acinq.secp256k1/-hex/encode.html","searchKeys":["encode","fun encode(input: ByteArray): String","fr.acinq.secp256k1.Hex.encode"]},{"name":"fun encode(input: ByteArray, offset: Int, len: Int): String","description":"fr.acinq.secp256k1.Hex.encode","location":"-apollo/fr.acinq.secp256k1/-hex/encode.html","searchKeys":["encode","fun encode(input: ByteArray, offset: Int, len: Int): String","fr.acinq.secp256k1.Hex.encode"]},{"name":"fun encodeCompressed(enc: String): String","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encodeCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/encode-compressed.html","searchKeys":["encodeCompressed","fun encodeCompressed(enc: String): String","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encodeCompressed"]},{"name":"fun fromHex(bytes: Uint8Array): ProjectivePoint","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.fromHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/from-hex.html","searchKeys":["fromHex","fun fromHex(bytes: Uint8Array): ProjectivePoint","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.fromHex"]},{"name":"fun fromPath(path: String): DerivationPath","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.fromPath","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-companion/from-path.html","searchKeys":["fromPath","fun fromPath(path: String): DerivationPath","org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.fromPath"]},{"name":"fun fromPrivate(ec: ec, priv: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-private.html","searchKeys":["fromPrivate","fun fromPrivate(ec: ec, priv: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate"]},{"name":"fun fromPrivate(ec: ec, priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-private.html","searchKeys":["fromPrivate","fun fromPrivate(ec: ec, priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate"]},{"name":"fun fromPublic(ec: ec, pub: Coordinates, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(ec: ec, pub: Coordinates, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic"]},{"name":"fun fromPublic(ec: ec, pub: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(ec: ec, pub: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic"]},{"name":"fun fromPublic(ec: ec, pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(ec: ec, pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic"]},{"name":"fun fromPublic(eddsa: eddsa, pub: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(eddsa: eddsa, pub: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromPublic"]},{"name":"fun fromSecret(eddsa: eddsa, secret: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-companion/from-secret.html","searchKeys":["fromSecret","fun fromSecret(eddsa: eddsa, secret: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromSecret"]},{"name":"fun get(): Secp256k1","description":"fr.acinq.secp256k1.Secp256k1.Companion.get","location":"-apollo/fr.acinq.secp256k1/-secp256k1/-companion/get.html","searchKeys":["get","fun get(): Secp256k1","fr.acinq.secp256k1.Secp256k1.Companion.get"]},{"name":"fun getCompressed(): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/get-compressed.html","searchKeys":["getCompressed","fun getCompressed(): ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCompressed"]},{"name":"fun getCurvePoint(): KMMECPoint","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCurvePoint","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/get-curve-point.html","searchKeys":["getCurvePoint","fun getCurvePoint(): KMMECPoint","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCurvePoint"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.getEncoded"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.getEncoded"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.getEncoded"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.getEncoded"]},{"name":"fun getKMMSecp256k1PrivateKey(): KMMECSecp256k1PrivateKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.getKMMSecp256k1PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/get-k-m-m-secp256k1-private-key.html","searchKeys":["getKMMSecp256k1PrivateKey","fun getKMMSecp256k1PrivateKey(): KMMECSecp256k1PrivateKey","org.hyperledger.identus.apollo.derivation.HDKey.getKMMSecp256k1PrivateKey"]},{"name":"fun getPublicKey(): KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/get-public-key.html","searchKeys":["getPublicKey","fun getPublicKey(): KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getPublicKey"]},{"name":"fun getX(): BN","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/get-x.html","searchKeys":["getX","fun getX(): BN","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getX"]},{"name":"fun getY(): BN","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/get-y.html","searchKeys":["getY","fun getY(): BN","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getY"]},{"name":"fun hardened(num: Int): DerivationAxis","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.hardened","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/-companion/hardened.html","searchKeys":["hardened","fun hardened(num: Int): DerivationAxis","org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.hardened"]},{"name":"fun isBN(b: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.isBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/is-b-n.html","searchKeys":["isBN","fun isBN(b: Any): Boolean","org.hyperledger.identus.apollo.utils.external.BN.Companion.isBN"]},{"name":"fun isValidMnemonicCode(code: Array): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: Array): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.isValidMnemonicCode"]},{"name":"fun max(left: BN, right: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.max","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/max.html","searchKeys":["max","fun max(left: BN, right: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.Companion.max"]},{"name":"fun min(left: BN, right: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.min","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/min.html","searchKeys":["min","fun min(left: BN, right: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.Companion.min"]},{"name":"fun mont(num: BN): BN.ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.mont","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/mont.html","searchKeys":["mont","fun mont(num: BN): BN.ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.Companion.mont"]},{"name":"fun normal(num: Int): DerivationAxis","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.normal","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/-companion/normal.html","searchKeys":["normal","fun normal(num: Int): DerivationAxis","org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.normal"]},{"name":"fun parseRaw(bytes: ByteArray): Buffer","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.parseRaw","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/parse-raw.html","searchKeys":["parseRaw","fun parseRaw(bytes: ByteArray): Buffer","org.hyperledger.identus.apollo.utils.Curve25519Parser.parseRaw"]},{"name":"fun publicKey(): KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[js]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey"]},{"name":"fun publicKey(): KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[jvm]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey"]},{"name":"fun publicKey(): KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[js]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey"]},{"name":"fun publicKey(): KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[jvm]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey"]},{"name":"fun red(reductionContext: BN): BN.ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.red","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/red.html","searchKeys":["red","fun red(reductionContext: BN): BN.ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.Companion.red"]},{"name":"fun red(reductionContext: String): BN.ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.red","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/red.html","searchKeys":["red","fun red(reductionContext: String): BN.ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.Companion.red"]},{"name":"fun sha512(key: ByteArray, input: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.sha512","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/sha512.html","searchKeys":["sha512","fun sha512(key: ByteArray, input: ByteArray): ByteArray","org.hyperledger.identus.apollo.derivation.HDKey.Companion.sha512"]},{"name":"fun sign(data: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.sign","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/sign.html","searchKeys":["sign","fun sign(data: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.sign"]},{"name":"fun sign(message: ByteArray, privateKey: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.sign","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/sign.html","searchKeys":["sign","fun sign(message: ByteArray, privateKey: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDSA.sign"]},{"name":"fun toBuffer()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.toBuffer","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-big-int/to-buffer.html","searchKeys":["toBuffer","fun toBuffer()","org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.toBuffer"]},{"name":"fun toMnemonic(entropy: ByteArray): Array","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): Array","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonic(entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonic(entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonic(entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonicCode(words: List, entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.toMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/to-mnemonic-code.html","searchKeys":["toMnemonicCode","fun toMnemonicCode(words: List, entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.toMnemonicCode"]},{"name":"fun toRawBytes(isCompressed: dynamic): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.toRawBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/to-raw-bytes.html","searchKeys":["toRawBytes","fun toRawBytes(isCompressed: dynamic): Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.toRawBytes"]},{"name":"fun validatePublicKey(pubKey: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion.validatePublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/-companion/validate-public-key.html","searchKeys":["validatePublicKey","fun validatePublicKey(pubKey: ByteArray): Boolean","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion.validatePublicKey"]},{"name":"fun valueOf(value: String): KMMEllipticCurve","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.valueOf","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): KMMEllipticCurve","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.valueOf"]},{"name":"fun values(): Array","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.values","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/values.html","searchKeys":["values","fun values(): Array","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.values"]},{"name":"fun verify(signature: ByteArray, data: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/verify.html","searchKeys":["verify","fun verify(signature: ByteArray, data: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.verify"]},{"name":"fun verify(signature: ByteArray, data: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/verify.html","searchKeys":["verify","fun verify(signature: ByteArray, data: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.verify"]},{"name":"interface BaseCurveOptions","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/index.html","searchKeys":["BaseCurveOptions","interface BaseCurveOptions","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions"]},{"name":"interface Ed25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration","location":"-apollo/org.hyperledger.identus.apollo.utils/-ed25519-key-pair-generation/index.html","searchKeys":["Ed25519KeyPairGeneration","interface Ed25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration"]},{"name":"interface EdwardsConf : base.BaseCurveOptions","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/index.html","searchKeys":["EdwardsConf","interface EdwardsConf : base.BaseCurveOptions","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf"]},{"name":"interface Encodable","description":"org.hyperledger.identus.apollo.utils.Encodable","location":"-apollo/org.hyperledger.identus.apollo.utils/-encodable/index.html","searchKeys":["Encodable","interface Encodable","org.hyperledger.identus.apollo.utils.Encodable"]},{"name":"interface GenKeyPairOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/index.html","searchKeys":["GenKeyPairOptions","interface GenKeyPairOptions","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions"]},{"name":"interface KMMECSecp256k1PrivateKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key-common-static-interface/index.html","searchKeys":["KMMECSecp256k1PrivateKeyCommonStaticInterface","interface KMMECSecp256k1PrivateKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface"]},{"name":"interface KMMECSecp256k1PublicKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/index.html","searchKeys":["KMMECSecp256k1PublicKeyCommonStaticInterface","interface KMMECSecp256k1PublicKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface"]},{"name":"interface KeyPairOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair-options/index.html","searchKeys":["KeyPairOptions","interface KeyPairOptions","org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions"]},{"name":"interface KeyPairOptions","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair-options/index.html","searchKeys":["KeyPairOptions","interface KeyPairOptions","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions"]},{"name":"interface MPrime","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/index.html","searchKeys":["MPrime","interface MPrime","org.hyperledger.identus.apollo.utils.external.BN.MPrime"]},{"name":"interface Options","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/index.html","searchKeys":["Options","interface Options","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options"]},{"name":"interface PrecomputedValues","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/index.html","searchKeys":["PrecomputedValues","interface PrecomputedValues","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues"]},{"name":"interface ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/index.html","searchKeys":["ReductionContext","interface ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext"]},{"name":"interface Secp256k1","description":"fr.acinq.secp256k1.Secp256k1","location":"-apollo/fr.acinq.secp256k1/-secp256k1/index.html","searchKeys":["Secp256k1","interface Secp256k1","fr.acinq.secp256k1.Secp256k1"]},{"name":"interface SecureRandomInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomInterface","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-interface/index.html","searchKeys":["SecureRandomInterface","interface SecureRandomInterface","org.hyperledger.identus.apollo.securerandom.SecureRandomInterface"]},{"name":"interface SecureRandomStaticInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-static-interface/index.html","searchKeys":["SecureRandomStaticInterface","interface SecureRandomStaticInterface","org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface"]},{"name":"interface ShortConf : base.BaseCurveOptions","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/index.html","searchKeys":["ShortConf","interface ShortConf : base.BaseCurveOptions","org.hyperledger.identus.apollo.utils.external.short.ShortConf"]},{"name":"interface SignOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/index.html","searchKeys":["SignOptions","interface SignOptions","org.hyperledger.identus.apollo.utils.external.ec.SignOptions"]},{"name":"interface SignatureOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/index.html","searchKeys":["SignatureOptions","interface SignatureOptions","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions"]},{"name":"interface T$1","description":"org.hyperledger.identus.apollo.utils.external.ec.T$1","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-t$1/index.html","searchKeys":["T$1","interface T$1","org.hyperledger.identus.apollo.utils.external.ec.T$1"]},{"name":"interface X25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration","location":"-apollo/org.hyperledger.identus.apollo.utils/-x25519-key-pair-generation/index.html","searchKeys":["X25519KeyPairGeneration","interface X25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.DerivationPath.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.HDKey.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.BN.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.curve.base.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion"]},{"name":"object Companion : KMMECSecp256k1PrivateKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/-companion/index.html","searchKeys":["Companion","object Companion : KMMECSecp256k1PrivateKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.Companion"]},{"name":"object Companion : KMMECSecp256k1PublicKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/-companion/index.html","searchKeys":["Companion","object Companion : KMMECSecp256k1PublicKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.Companion"]},{"name":"object Companion : Secp256k1","description":"fr.acinq.secp256k1.Secp256k1.Companion","location":"-apollo/fr.acinq.secp256k1/-secp256k1/-companion/index.html","searchKeys":["Companion","object Companion : Secp256k1","fr.acinq.secp256k1.Secp256k1.Companion"]},{"name":"object Curve25519Parser","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/index.html","searchKeys":["Curve25519Parser","object Curve25519Parser","org.hyperledger.identus.apollo.utils.Curve25519Parser"]},{"name":"object ECConfig","description":"org.hyperledger.identus.apollo.utils.ECConfig","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/index.html","searchKeys":["ECConfig","object ECConfig","org.hyperledger.identus.apollo.utils.ECConfig"]},{"name":"object Hex","description":"fr.acinq.secp256k1.Hex","location":"-apollo/fr.acinq.secp256k1/-hex/index.html","searchKeys":["Hex","object Hex","fr.acinq.secp256k1.Hex"]},{"name":"object Secp256k1Native : Secp256k1","description":"fr.acinq.secp256k1.Secp256k1Native","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/index.html","searchKeys":["Secp256k1Native","object Secp256k1Native : Secp256k1","fr.acinq.secp256k1.Secp256k1Native"]},{"name":"object Standard : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.Standard","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard/index.html","searchKeys":["Standard","object Standard : Encoding","org.hyperledger.identus.apollo.base64.Encoding.Standard"]},{"name":"object StandardPad : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.StandardPad","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard-pad/index.html","searchKeys":["StandardPad","object StandardPad : Encoding","org.hyperledger.identus.apollo.base64.Encoding.StandardPad"]},{"name":"object UrlSafe : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafe","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe/index.html","searchKeys":["UrlSafe","object UrlSafe : Encoding","org.hyperledger.identus.apollo.base64.Encoding.UrlSafe"]},{"name":"object UrlSafePad : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe-pad/index.html","searchKeys":["UrlSafePad","object UrlSafePad : Encoding","org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad"]},{"name":"open class BasePoint","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/index.html","searchKeys":["BasePoint","open class BasePoint","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint"]},{"name":"open class BasePoint(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/index.html","searchKeys":["BasePoint","open class BasePoint(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.base.BasePoint"]},{"name":"open class EdwardsPoint(curve: base, type: String) : base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/index.html","searchKeys":["EdwardsPoint","open class EdwardsPoint(curve: base, type: String) : base.BasePoint","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint"]},{"name":"open class KeyPair(ec: ec, options: ec.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/index.html","searchKeys":["KeyPair","open class KeyPair(ec: ec, options: ec.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.ec.KeyPair"]},{"name":"open class KeyPair(eddsa: eddsa, params: eddsa.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/index.html","searchKeys":["KeyPair","open class KeyPair(eddsa: eddsa, params: eddsa.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair"]},{"name":"open class ShortPoint(curve: base, type: String) : base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/index.html","searchKeys":["ShortPoint","open class ShortPoint(curve: base, type: String) : base.BasePoint","org.hyperledger.identus.apollo.utils.external.short.ShortPoint"]},{"name":"open class Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/index.html","searchKeys":["Signature","open class Signature","org.hyperledger.identus.apollo.utils.external.ec.Signature"]},{"name":"open class Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/index.html","searchKeys":["Signature","open class Signature","org.hyperledger.identus.apollo.utils.external.eddsa.Signature"]},{"name":"open class base","description":"org.hyperledger.identus.apollo.utils.external.curve.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/index.html","searchKeys":["base","open class base","org.hyperledger.identus.apollo.utils.external.curve.base"]},{"name":"open external class BN","description":"org.hyperledger.identus.apollo.utils.external.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/index.html","searchKeys":["BN","open external class BN","org.hyperledger.identus.apollo.utils.external.BN"]},{"name":"open external class Hashe>","description":"org.hyperledger.identus.apollo.hashing.external.Hashe","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/index.html","searchKeys":["Hashe","open external class Hashe>","org.hyperledger.identus.apollo.hashing.external.Hashe"]},{"name":"open external class PresetCurve(options: PresetCurve.Options)","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/index.html","searchKeys":["PresetCurve","open external class PresetCurve(options: PresetCurve.Options)","org.hyperledger.identus.apollo.utils.external.PresetCurve"]},{"name":"open external class RedBN : BN","description":"org.hyperledger.identus.apollo.utils.external.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/index.html","searchKeys":["RedBN","open external class RedBN : BN","org.hyperledger.identus.apollo.utils.external.RedBN"]},{"name":"open external class SHA2>(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean) : Hashe ","description":"org.hyperledger.identus.apollo.hashing.external.SHA2","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/index.html","searchKeys":["SHA2","open external class SHA2>(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean) : Hashe ","org.hyperledger.identus.apollo.hashing.external.SHA2"]},{"name":"open external class SHA512 : SHA2 ","description":"org.hyperledger.identus.apollo.hashing.external.SHA512","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/index.html","searchKeys":["SHA512","open external class SHA512 : SHA2 ","org.hyperledger.identus.apollo.hashing.external.SHA512"]},{"name":"open external class base(type: String, conf: base.BaseCurveOptions)","description":"org.hyperledger.identus.apollo.utils.external.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/index.html","searchKeys":["base","open external class base(type: String, conf: base.BaseCurveOptions)","org.hyperledger.identus.apollo.utils.external.base"]},{"name":"open external class ec","description":"org.hyperledger.identus.apollo.utils.external.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/index.html","searchKeys":["ec","open external class ec","org.hyperledger.identus.apollo.utils.external.ec"]},{"name":"open external class eddsa(name: String)","description":"org.hyperledger.identus.apollo.utils.external.eddsa","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/index.html","searchKeys":["eddsa","open external class eddsa(name: String)","org.hyperledger.identus.apollo.utils.external.eddsa"]},{"name":"open external class edwards(conf: edwards.EdwardsConf) : base","description":"org.hyperledger.identus.apollo.utils.external.edwards","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/index.html","searchKeys":["edwards","open external class edwards(conf: edwards.EdwardsConf) : base","org.hyperledger.identus.apollo.utils.external.edwards"]},{"name":"open external class short(conf: short.ShortConf) : base","description":"org.hyperledger.identus.apollo.utils.external.short","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/index.html","searchKeys":["short","open external class short(conf: short.ShortConf) : base","org.hyperledger.identus.apollo.utils.external.short"]},{"name":"open fun _cloneInto(to: T = definedExternally): T","description":"org.hyperledger.identus.apollo.hashing.external.Hashe._cloneInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/_clone-into.html","searchKeys":["_cloneInto","open fun _cloneInto(to: T = definedExternally): T","org.hyperledger.identus.apollo.hashing.external.Hashe._cloneInto"]},{"name":"open fun abs(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.abs","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/abs.html","searchKeys":["abs","open fun abs(): BN","org.hyperledger.identus.apollo.utils.external.BN.abs"]},{"name":"open fun add(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.add","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/add.html","searchKeys":["add","open fun add(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.add"]},{"name":"open fun add(p: base.BasePoint): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.add","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/add.html","searchKeys":["add","open fun add(p: base.BasePoint): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.add"]},{"name":"open fun addn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.addn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/addn.html","searchKeys":["addn","open fun addn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.addn"]},{"name":"open fun and(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.and","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/and.html","searchKeys":["and","open fun and(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.and"]},{"name":"open fun andln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.andln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/andln.html","searchKeys":["andln","open fun andln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.andln"]},{"name":"open fun bincn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.bincn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/bincn.html","searchKeys":["bincn","open fun bincn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.bincn"]},{"name":"open fun bitLength(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.bitLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/bit-length.html","searchKeys":["bitLength","open fun bitLength(): Number","org.hyperledger.identus.apollo.utils.external.BN.bitLength"]},{"name":"open fun byteLength(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.byteLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/byte-length.html","searchKeys":["byteLength","open fun byteLength(): Number","org.hyperledger.identus.apollo.utils.external.BN.byteLength"]},{"name":"open fun clone(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.clone","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/clone.html","searchKeys":["clone","open fun clone(): BN","org.hyperledger.identus.apollo.utils.external.BN.clone"]},{"name":"open fun clone(): T","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.clone","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/clone.html","searchKeys":["clone","open fun clone(): T","org.hyperledger.identus.apollo.hashing.external.Hashe.clone"]},{"name":"open fun cmp(b: BN): dynamic","description":"org.hyperledger.identus.apollo.utils.external.BN.cmp","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/cmp.html","searchKeys":["cmp","open fun cmp(b: BN): dynamic","org.hyperledger.identus.apollo.utils.external.BN.cmp"]},{"name":"open fun cmpn(b: Number): dynamic","description":"org.hyperledger.identus.apollo.utils.external.BN.cmpn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/cmpn.html","searchKeys":["cmpn","open fun cmpn(b: Number): dynamic","org.hyperledger.identus.apollo.utils.external.BN.cmpn"]},{"name":"open fun dbl(): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.dbl","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/dbl.html","searchKeys":["dbl","open fun dbl(): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.dbl"]},{"name":"open fun dblp(k: Number): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.dblp","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/dblp.html","searchKeys":["dblp","open fun dblp(k: Number): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.dblp"]},{"name":"open fun decodeInt(bytes: Array): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: Array): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: BN): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: Number): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: String): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: String): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: Uint8Array): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: Uint8Array): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodePoint(bytes: String): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.decodePoint"]},{"name":"open fun decodePoint(bytes: String): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String): base.BasePoint","org.hyperledger.identus.apollo.utils.external.eddsa.decodePoint"]},{"name":"open fun decodePoint(bytes: String): curve.base.Companion.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String): curve.base.Companion.BasePoint","org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint"]},{"name":"open fun decodePoint(bytes: String, enc: String = definedExternally): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String, enc: String = definedExternally): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.decodePoint"]},{"name":"open fun decodePoint(bytes: Uint8Array): curve.base.Companion.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: Uint8Array): curve.base.Companion.BasePoint","org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint"]},{"name":"open fun derive(pub: base.BasePoint): BN","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.derive","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/derive.html","searchKeys":["derive","open fun derive(pub: base.BasePoint): BN","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.derive"]},{"name":"open fun destroy()","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.destroy","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/destroy.html","searchKeys":["destroy","open fun destroy()","org.hyperledger.identus.apollo.hashing.external.Hashe.destroy"]},{"name":"open fun digest(): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.digest","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/digest.html","searchKeys":["digest","open fun digest(): Uint8Array","org.hyperledger.identus.apollo.hashing.external.Hashe.digest"]},{"name":"open fun digestInto(buf: Uint8Array)","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.digestInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/digest-into.html","searchKeys":["digestInto","open fun digestInto(buf: Uint8Array)","org.hyperledger.identus.apollo.hashing.external.Hashe.digestInto"]},{"name":"open fun div(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.div","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/div.html","searchKeys":["div","open fun div(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.div"]},{"name":"open fun divRound(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.divRound","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/div-round.html","searchKeys":["divRound","open fun divRound(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.divRound"]},{"name":"open fun divn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.divn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/divn.html","searchKeys":["divn","open fun divn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.divn"]},{"name":"open fun egcd(b: BN): EGCD","description":"org.hyperledger.identus.apollo.utils.external.BN.egcd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/egcd.html","searchKeys":["egcd","open fun egcd(b: BN): EGCD","org.hyperledger.identus.apollo.utils.external.BN.egcd"]},{"name":"open fun encode(enc: String, compact: Boolean): dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.encode","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/encode.html","searchKeys":["encode","open fun encode(enc: String, compact: Boolean): dynamic","org.hyperledger.identus.apollo.utils.external.base.BasePoint.encode"]},{"name":"open fun encodeCompressed(): Array","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/encode-compressed.html","searchKeys":["encodeCompressed","open fun encodeCompressed(): Array","org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed"]},{"name":"open fun encodeCompressed(enc: String): dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/encode-compressed.html","searchKeys":["encodeCompressed","open fun encodeCompressed(enc: String): dynamic","org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed"]},{"name":"open fun eq(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.eq","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/eq.html","searchKeys":["eq","open fun eq(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.eq"]},{"name":"open fun eq(p: base.BasePoint): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.eq","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/eq.html","searchKeys":["eq","open fun eq(p: base.BasePoint): Boolean","org.hyperledger.identus.apollo.utils.external.base.BasePoint.eq"]},{"name":"open fun eqXToP(x: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.eqXToP","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/eq-x-to-p.html","searchKeys":["eqXToP","open fun eqXToP(x: BN): Boolean","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.eqXToP"]},{"name":"open fun eqn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.eqn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/eqn.html","searchKeys":["eqn","open fun eqn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.eqn"]},{"name":"open fun fromRed(): BN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.fromRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/from-red.html","searchKeys":["fromRed","open fun fromRed(): BN","org.hyperledger.identus.apollo.utils.external.RedBN.fromRed"]},{"name":"open fun fromTwos(width: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.fromTwos","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/from-twos.html","searchKeys":["fromTwos","open fun fromTwos(width: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.fromTwos"]},{"name":"open fun gcd(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.gcd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gcd.html","searchKeys":["gcd","open fun gcd(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.gcd"]},{"name":"open fun genKeyPair(options: ec.GenKeyPairOptions = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.genKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/gen-key-pair.html","searchKeys":["genKeyPair","open fun genKeyPair(options: ec.GenKeyPairOptions = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.genKeyPair"]},{"name":"open fun get(): Array","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.get","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/get.html","searchKeys":["get","open fun get(): Array","org.hyperledger.identus.apollo.hashing.external.SHA2.get"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getPrivate(): BN","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-private.html","searchKeys":["getPrivate","open fun getPrivate(): BN","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate"]},{"name":"open fun getPrivate(enc: String): String","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-private.html","searchKeys":["getPrivate","open fun getPrivate(enc: String): String","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate"]},{"name":"open fun getPublic(): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(): base.BasePoint","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic"]},{"name":"open fun getPublic(compact: Boolean, enc: String): dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(compact: Boolean, enc: String): dynamic","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic"]},{"name":"open fun getPublic(enc: String): dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(enc: String): dynamic","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic"]},{"name":"open fun getPublic(enc: String? = definedExternally): ByteArray","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(enc: String? = definedExternally): ByteArray","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getPublic"]},{"name":"open fun getSecret(enc: String? = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/get-secret.html","searchKeys":["getSecret","open fun getSecret(enc: String? = definedExternally): String","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getSecret"]},{"name":"open fun getX(): BN","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.getX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/get-x.html","searchKeys":["getX","open fun getX(): BN","org.hyperledger.identus.apollo.utils.external.base.BasePoint.getX"]},{"name":"open fun getY(): BN","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.getY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/get-y.html","searchKeys":["getY","open fun getY(): BN","org.hyperledger.identus.apollo.utils.external.base.BasePoint.getY"]},{"name":"open fun gt(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gt.html","searchKeys":["gt","open fun gt(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gt"]},{"name":"open fun gte(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gte","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gte.html","searchKeys":["gte","open fun gte(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gte"]},{"name":"open fun gten(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gten","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gten.html","searchKeys":["gten","open fun gten(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gten"]},{"name":"open fun gtn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gtn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gtn.html","searchKeys":["gtn","open fun gtn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gtn"]},{"name":"open fun hashInt(): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.hashInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/hash-int.html","searchKeys":["hashInt","open fun hashInt(): BN","org.hyperledger.identus.apollo.utils.external.eddsa.hashInt"]},{"name":"open fun iabs(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iabs","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iabs.html","searchKeys":["iabs","open fun iabs(): BN","org.hyperledger.identus.apollo.utils.external.BN.iabs"]},{"name":"open fun iadd(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iadd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iadd.html","searchKeys":["iadd","open fun iadd(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iadd"]},{"name":"open fun iaddn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iaddn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iaddn.html","searchKeys":["iaddn","open fun iaddn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.iaddn"]},{"name":"open fun iand(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iand.html","searchKeys":["iand","open fun iand(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iand"]},{"name":"open fun idivn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.idivn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/idivn.html","searchKeys":["idivn","open fun idivn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.idivn"]},{"name":"open fun imaskn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.imaskn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/imaskn.html","searchKeys":["imaskn","open fun imaskn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.imaskn"]},{"name":"open fun imul(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.imul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/imul.html","searchKeys":["imul","open fun imul(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.imul"]},{"name":"open fun imuln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.imuln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/imuln.html","searchKeys":["imuln","open fun imuln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.imuln"]},{"name":"open fun ineg(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ineg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ineg.html","searchKeys":["ineg","open fun ineg(): BN","org.hyperledger.identus.apollo.utils.external.BN.ineg"]},{"name":"open fun inotn(w: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.inotn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/inotn.html","searchKeys":["inotn","open fun inotn(w: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.inotn"]},{"name":"open fun inspect(): String","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.inspect","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/inspect.html","searchKeys":["inspect","open fun inspect(): String","org.hyperledger.identus.apollo.utils.external.base.BasePoint.inspect"]},{"name":"open fun inspect(): String","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.inspect","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/inspect.html","searchKeys":["inspect","open fun inspect(): String","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.inspect"]},{"name":"open fun invm(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.invm","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/invm.html","searchKeys":["invm","open fun invm(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.invm"]},{"name":"open fun ior(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ior","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ior.html","searchKeys":["ior","open fun ior(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.ior"]},{"name":"open fun isEven(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isEven","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-even.html","searchKeys":["isEven","open fun isEven(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isEven"]},{"name":"open fun isInfinity(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.isInfinity","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/is-infinity.html","searchKeys":["isInfinity","open fun isInfinity(): Boolean","org.hyperledger.identus.apollo.utils.external.base.BasePoint.isInfinity"]},{"name":"open fun isNeg(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isNeg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-neg.html","searchKeys":["isNeg","open fun isNeg(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isNeg"]},{"name":"open fun isOdd(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isOdd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-odd.html","searchKeys":["isOdd","open fun isOdd(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isOdd"]},{"name":"open fun isPoint(param_val: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.isPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/is-point.html","searchKeys":["isPoint","open fun isPoint(param_val: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.isPoint"]},{"name":"open fun isPointOnSecp256k1Curve(point: KMMECPoint): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.isPointOnSecp256k1Curve","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/is-point-on-secp256k1-curve.html","searchKeys":["isPointOnSecp256k1Curve","open fun isPointOnSecp256k1Curve(point: KMMECPoint): Boolean","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.isPointOnSecp256k1Curve"]},{"name":"open fun isZero(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isZero","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-zero.html","searchKeys":["isZero","open fun isZero(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isZero"]},{"name":"open fun ishln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ishln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ishln.html","searchKeys":["ishln","open fun ishln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ishln"]},{"name":"open fun ishrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ishrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ishrn.html","searchKeys":["ishrn","open fun ishrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ishrn"]},{"name":"open fun isqr(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.isqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/isqr.html","searchKeys":["isqr","open fun isqr(): BN","org.hyperledger.identus.apollo.utils.external.BN.isqr"]},{"name":"open fun isub(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.isub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/isub.html","searchKeys":["isub","open fun isub(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.isub"]},{"name":"open fun isubn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.isubn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/isubn.html","searchKeys":["isubn","open fun isubn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.isubn"]},{"name":"open fun iuand(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iuand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iuand.html","searchKeys":["iuand","open fun iuand(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iuand"]},{"name":"open fun iuor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iuor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iuor.html","searchKeys":["iuor","open fun iuor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iuor"]},{"name":"open fun iushln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iushln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iushln.html","searchKeys":["iushln","open fun iushln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.iushln"]},{"name":"open fun iushrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iushrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iushrn.html","searchKeys":["iushrn","open fun iushrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.iushrn"]},{"name":"open fun iuxor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iuxor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iuxor.html","searchKeys":["iuxor","open fun iuxor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iuxor"]},{"name":"open fun ixor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ixor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ixor.html","searchKeys":["ixor","open fun ixor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.ixor"]},{"name":"open fun keyFromPrivate(priv: Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: String): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: String): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: Uint8Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Uint8Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: Uint8Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Uint8Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: ec.KeyPair): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: ec.KeyPair): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPublic(pub: Any): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Any): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Coordinates): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Coordinates): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Coordinates, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Coordinates, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: String): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: String): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Uint8Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Uint8Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Uint8Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Uint8Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: base.BasePoint): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: base.BasePoint): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: ec.KeyPair): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: ec.KeyPair): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: eddsa.KeyPair): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: eddsa.KeyPair): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromSecret(secret: Buffer): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-secret.html","searchKeys":["keyFromSecret","open fun keyFromSecret(secret: Buffer): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret"]},{"name":"open fun keyFromSecret(secret: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-secret.html","searchKeys":["keyFromSecret","open fun keyFromSecret(secret: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret"]},{"name":"open fun keyPair(options: ec.KeyPairOptions): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-pair.html","searchKeys":["keyPair","open fun keyPair(options: ec.KeyPairOptions): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyPair"]},{"name":"open fun lt(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.lt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/lt.html","searchKeys":["lt","open fun lt(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.lt"]},{"name":"open fun lte(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.lte","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/lte.html","searchKeys":["lte","open fun lte(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.lte"]},{"name":"open fun lten(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.lten","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/lten.html","searchKeys":["lten","open fun lten(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.lten"]},{"name":"open fun ltn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.ltn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ltn.html","searchKeys":["ltn","open fun ltn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.ltn"]},{"name":"open fun makeSignature(sig: String): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/make-signature.html","searchKeys":["makeSignature","open fun makeSignature(sig: String): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature"]},{"name":"open fun makeSignature(sig: eddsa.Signature): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/make-signature.html","searchKeys":["makeSignature","open fun makeSignature(sig: eddsa.Signature): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature"]},{"name":"open fun maskn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.maskn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/maskn.html","searchKeys":["maskn","open fun maskn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.maskn"]},{"name":"open fun mod(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.mod","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/mod.html","searchKeys":["mod","open fun mod(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.mod"]},{"name":"open fun modn(b: Number): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.modn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/modn.html","searchKeys":["modn","open fun modn(b: Number): Number","org.hyperledger.identus.apollo.utils.external.BN.modn"]},{"name":"open fun modrn(b: Number): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.modrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/modrn.html","searchKeys":["modrn","open fun modrn(b: Number): Number","org.hyperledger.identus.apollo.utils.external.BN.modrn"]},{"name":"open fun mul(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.mul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/mul.html","searchKeys":["mul","open fun mul(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.mul"]},{"name":"open fun mul(k: BN): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.mul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/mul.html","searchKeys":["mul","open fun mul(k: BN): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.mul"]},{"name":"open fun muln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.muln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/muln.html","searchKeys":["muln","open fun muln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.muln"]},{"name":"open fun neg(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/neg.html","searchKeys":["neg","open fun neg(): BN","org.hyperledger.identus.apollo.utils.external.BN.neg"]},{"name":"open fun neg(): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/neg.html","searchKeys":["neg","open fun neg(): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.neg"]},{"name":"open fun normalize(): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.normalize","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/normalize.html","searchKeys":["normalize","open fun normalize(): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.normalize"]},{"name":"open fun notn(w: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.notn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/notn.html","searchKeys":["notn","open fun notn(w: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.notn"]},{"name":"open fun or(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.or","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/or.html","searchKeys":["or","open fun or(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.or"]},{"name":"open fun point(x: Array, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Array, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Array, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Array, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: BN, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: BN, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: BN, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: BN, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: BN, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: BN, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: BN, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: BN, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: BN, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: BN, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Number, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Number, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Number, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Number, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Number, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Number, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Number, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Number, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Number, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Number, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: String, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: String, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: String, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: String, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: String, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: String, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: String, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: String, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: String, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: String, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Uint8Array, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Uint8Array, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Uint8Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Uint8Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Uint8Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun pointFromJSON(obj: Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-j-s-o-n.html","searchKeys":["pointFromJSON","open fun pointFromJSON(obj: Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromJSON"]},{"name":"open fun pointFromJSON(obj: Array, red: Boolean): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-j-s-o-n.html","searchKeys":["pointFromJSON","open fun pointFromJSON(obj: Array, red: Boolean): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromJSON"]},{"name":"open fun pointFromX(x: Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Array): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Array, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: BN): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: BN): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: BN, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Number): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Number): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Number, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: String): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: String): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: String, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromY(y: Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: BN): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: BN): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Number): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Number): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: String): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: String): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Uint8Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Uint8Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pow(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.pow","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/pow.html","searchKeys":["pow","open fun pow(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.pow"]},{"name":"open fun precompute(power: Number): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.precompute","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/precompute.html","searchKeys":["precompute","open fun precompute(power: Number): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.precompute"]},{"name":"open fun process(buf: DataView, offset: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.process","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/process.html","searchKeys":["process","open fun process(buf: DataView, offset: Number)","org.hyperledger.identus.apollo.hashing.external.SHA2.process"]},{"name":"open fun pubKeyCompress(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyCompress","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-compress.html","searchKeys":["pubKeyCompress","open fun pubKeyCompress(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyCompress"]},{"name":"open fun recoverPubKey(msg: Array, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Array, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Array, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Array, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: BN, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: BN, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: BN, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: BN, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Number, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Number, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Number, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Number, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: String, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: String, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: String, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: String, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun redAdd(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redAdd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-add.html","searchKeys":["redAdd","open fun redAdd(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redAdd"]},{"name":"open fun redIAdd(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redIAdd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-add.html","searchKeys":["redIAdd","open fun redIAdd(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redIAdd"]},{"name":"open fun redIMul(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redIMul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-mul.html","searchKeys":["redIMul","open fun redIMul(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redIMul"]},{"name":"open fun redISqr(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redISqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-sqr.html","searchKeys":["redISqr","open fun redISqr(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redISqr"]},{"name":"open fun redISub(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redISub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-sub.html","searchKeys":["redISub","open fun redISub(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redISub"]},{"name":"open fun redInvm(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redInvm","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-invm.html","searchKeys":["redInvm","open fun redInvm(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redInvm"]},{"name":"open fun redMul(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redMul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-mul.html","searchKeys":["redMul","open fun redMul(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redMul"]},{"name":"open fun redNeg(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redNeg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-neg.html","searchKeys":["redNeg","open fun redNeg(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redNeg"]},{"name":"open fun redPow(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redPow","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-pow.html","searchKeys":["redPow","open fun redPow(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redPow"]},{"name":"open fun redShl(num: Number): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redShl","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-shl.html","searchKeys":["redShl","open fun redShl(num: Number): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redShl"]},{"name":"open fun redSqr(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redSqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-sqr.html","searchKeys":["redSqr","open fun redSqr(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redSqr"]},{"name":"open fun redSqrt(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redSqrt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-sqrt.html","searchKeys":["redSqrt","open fun redSqrt(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redSqrt"]},{"name":"open fun redSub(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redSub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-sub.html","searchKeys":["redSub","open fun redSub(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redSub"]},{"name":"open fun roundClean()","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.roundClean","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/round-clean.html","searchKeys":["roundClean","open fun roundClean()","org.hyperledger.identus.apollo.hashing.external.SHA2.roundClean"]},{"name":"open fun secp256k1FromByteArray(d: ByteArray): KMMECSecp256k1PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.secp256k1FromByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key-common-static-interface/secp256k1-from-byte-array.html","searchKeys":["secp256k1FromByteArray","open fun secp256k1FromByteArray(d: ByteArray): KMMECSecp256k1PrivateKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.secp256k1FromByteArray"]},{"name":"open fun secp256k1FromByteCoordinates(x: ByteArray, y: ByteArray): KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromByteCoordinates","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/secp256k1-from-byte-coordinates.html","searchKeys":["secp256k1FromByteCoordinates","open fun secp256k1FromByteCoordinates(x: ByteArray, y: ByteArray): KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromByteCoordinates"]},{"name":"open fun secp256k1FromBytes(encoded: ByteArray): KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromBytes","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/secp256k1-from-bytes.html","searchKeys":["secp256k1FromBytes","open fun secp256k1FromBytes(encoded: ByteArray): KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromBytes"]},{"name":"open fun set(Ah: Number, Al: Number, Bh: Number, Bl: Number, Ch: Number, Cl: Number, Dh: Number, Dl: Number, Eh: Number, El: Number, Fh: Number, Fl: Number, Gh: Number, Gl: Number, Hh: Number, Hl: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.set","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/set.html","searchKeys":["set","open fun set(Ah: Number, Al: Number, Bh: Number, Bl: Number, Ch: Number, Cl: Number, Dh: Number, Dl: Number, Eh: Number, El: Number, Fh: Number, Fl: Number, Gh: Number, Gl: Number, Hh: Number, Hl: Number)","org.hyperledger.identus.apollo.hashing.external.SHA512.set"]},{"name":"open fun set(vararg args: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.set","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/set.html","searchKeys":["set","open fun set(vararg args: Number)","org.hyperledger.identus.apollo.hashing.external.SHA2.set"]},{"name":"open fun setn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.setn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/setn.html","searchKeys":["setn","open fun setn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.setn"]},{"name":"open fun shln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.shln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/shln.html","searchKeys":["shln","open fun shln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.shln"]},{"name":"open fun shrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.shrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/shrn.html","searchKeys":["shrn","open fun shrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.shrn"]},{"name":"open fun sign(message: Buffer): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/sign.html","searchKeys":["sign","open fun sign(message: Buffer): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign"]},{"name":"open fun sign(message: String): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/sign.html","searchKeys":["sign","open fun sign(message: String): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign"]},{"name":"open fun sign(message: String, secret: String): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/sign.html","searchKeys":["sign","open fun sign(message: String, secret: String): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.sign"]},{"name":"open fun sign(msg: Array): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Array, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Array, key: String, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: String, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String, key: String, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: String, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sqr(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.sqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/sqr.html","searchKeys":["sqr","open fun sqr(): BN","org.hyperledger.identus.apollo.utils.external.BN.sqr"]},{"name":"open fun sub(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.sub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/sub.html","searchKeys":["sub","open fun sub(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.sub"]},{"name":"open fun subn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.subn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/subn.html","searchKeys":["subn","open fun subn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.subn"]},{"name":"open fun testn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.testn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/testn.html","searchKeys":["testn","open fun testn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.testn"]},{"name":"open fun toArray(endian: String = definedExternally, length: Number = definedExternally): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArray","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array.html","searchKeys":["toArray","open fun toArray(endian: String = definedExternally, length: Number = definedExternally): Array","org.hyperledger.identus.apollo.utils.external.BN.toArray"]},{"name":"open fun toArrayLike(ArrayType: Array): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArrayLike","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array-like.html","searchKeys":["toArrayLike","open fun toArrayLike(ArrayType: Array): Array","org.hyperledger.identus.apollo.utils.external.BN.toArrayLike"]},{"name":"open fun toArrayLike(ArrayType: Array, endian: String = definedExternally): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArrayLike","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array-like.html","searchKeys":["toArrayLike","open fun toArrayLike(ArrayType: Array, endian: String = definedExternally): Array","org.hyperledger.identus.apollo.utils.external.BN.toArrayLike"]},{"name":"open fun toArrayLike(ArrayType: Array, endian: String = definedExternally, length: Number = definedExternally): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArrayLike","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array-like.html","searchKeys":["toArrayLike","open fun toArrayLike(ArrayType: Array, endian: String = definedExternally, length: Number = definedExternally): Array","org.hyperledger.identus.apollo.utils.external.BN.toArrayLike"]},{"name":"open fun toBytes(): Buffer","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/to-bytes.html","searchKeys":["toBytes","open fun toBytes(): Buffer","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toBytes"]},{"name":"open fun toDER(enc: String? = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.toDER","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/to-d-e-r.html","searchKeys":["toDER","open fun toDER(enc: String? = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.Signature.toDER"]},{"name":"open fun toHex(): String","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/to-hex.html","searchKeys":["toHex","open fun toHex(): String","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toHex"]},{"name":"open fun toJSON(): Array","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.toJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/to-j-s-o-n.html","searchKeys":["toJSON","open fun toJSON(): Array","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.toJSON"]},{"name":"open fun toJSON(): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-j-s-o-n.html","searchKeys":["toJSON","open fun toJSON(): String","org.hyperledger.identus.apollo.utils.external.BN.toJSON"]},{"name":"open fun toNumber(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.toNumber","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-number.html","searchKeys":["toNumber","open fun toNumber(): Number","org.hyperledger.identus.apollo.utils.external.BN.toNumber"]},{"name":"open fun toRed(reductionContext: BN.ReductionContext): RedBN","description":"org.hyperledger.identus.apollo.utils.external.BN.toRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-red.html","searchKeys":["toRed","open fun toRed(reductionContext: BN.ReductionContext): RedBN","org.hyperledger.identus.apollo.utils.external.BN.toRed"]},{"name":"open fun toString(base: Number = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: Number = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toString(base: Number = definedExternally, length: Number = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: Number = definedExternally, length: Number = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toString(base: String = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: String = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toString(base: String = definedExternally, length: Number = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: String = definedExternally, length: Number = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toTwos(width: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.toTwos","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-twos.html","searchKeys":["toTwos","open fun toTwos(width: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.toTwos"]},{"name":"open fun tweak(privateKeyData: ByteArray, derivationPrivateKeyData: ByteArray): KMMECSecp256k1PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.tweak","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key-common-static-interface/tweak.html","searchKeys":["tweak","open fun tweak(privateKeyData: ByteArray, derivationPrivateKeyData: ByteArray): KMMECSecp256k1PrivateKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.tweak"]},{"name":"open fun uand(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.uand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/uand.html","searchKeys":["uand","open fun uand(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.uand"]},{"name":"open fun ucmp(b: BN): dynamic","description":"org.hyperledger.identus.apollo.utils.external.BN.ucmp","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ucmp.html","searchKeys":["ucmp","open fun ucmp(b: BN): dynamic","org.hyperledger.identus.apollo.utils.external.BN.ucmp"]},{"name":"open fun umod(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.umod","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/umod.html","searchKeys":["umod","open fun umod(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.umod"]},{"name":"open fun uor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.uor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/uor.html","searchKeys":["uor","open fun uor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.uor"]},{"name":"open fun update(buf: String): Hashe","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/update.html","searchKeys":["update","open fun update(buf: String): Hashe","org.hyperledger.identus.apollo.hashing.external.Hashe.update"]},{"name":"open fun update(buf: Uint8Array): Hashe","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/update.html","searchKeys":["update","open fun update(buf: Uint8Array): Hashe","org.hyperledger.identus.apollo.hashing.external.Hashe.update"]},{"name":"open fun ushln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ushln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ushln.html","searchKeys":["ushln","open fun ushln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ushln"]},{"name":"open fun ushrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ushrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ushrn.html","searchKeys":["ushrn","open fun ushrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ushrn"]},{"name":"open fun uxor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.uxor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/uxor.html","searchKeys":["uxor","open fun uxor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.uxor"]},{"name":"open fun validate(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.validate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/validate.html","searchKeys":["validate","open fun validate(): Boolean","org.hyperledger.identus.apollo.utils.external.base.BasePoint.validate"]},{"name":"open fun validate(): ec.T$1","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.validate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/validate.html","searchKeys":["validate","open fun validate(): ec.T$1","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.validate"]},{"name":"open fun validate(point: base.BasePoint): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.validate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/validate.html","searchKeys":["validate","open fun validate(point: base.BasePoint): Boolean","org.hyperledger.identus.apollo.utils.external.base.validate"]},{"name":"open fun verify(message: Buffer, sig: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/verify.html","searchKeys":["verify","open fun verify(message: Buffer, sig: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify"]},{"name":"open fun verify(message: String, sig: String): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/verify.html","searchKeys":["verify","open fun verify(message: String, sig: String): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify"]},{"name":"open fun verify(message: String, sig: String, pub: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/verify.html","searchKeys":["verify","open fun verify(message: String, sig: String, pub: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.verify"]},{"name":"open fun verify(message: String, sig: eddsa.Signature): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/verify.html","searchKeys":["verify","open fun verify(message: String, sig: eddsa.Signature): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify"]},{"name":"open fun verify(message: String, sig: eddsa.Signature, pub: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/verify.html","searchKeys":["verify","open fun verify(message: String, sig: eddsa.Signature, pub: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.verify"]},{"name":"open fun verify(msg: Array, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: Array, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: Array, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Array, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: BN, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: BN, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: BN, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: BN, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: BN, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: BN, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Number, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: Number, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: Number, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Number, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Number, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Number, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: String, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: String, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: String, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: String, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: String, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: String, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Uint8Array, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: Uint8Array, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: Uint8Array, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Uint8Array, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Uint8Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Uint8Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun xor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.xor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/xor.html","searchKeys":["xor","open fun xor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.xor"]},{"name":"open fun zeroBits(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.zeroBits","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/zero-bits.html","searchKeys":["zeroBits","open fun zeroBits(): Number","org.hyperledger.identus.apollo.utils.external.BN.zeroBits"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.DerivationAxis.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.HDKeyOptions.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.MnemonicCode.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.equals","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.utils.KMMECPoint.equals"]},{"name":"open override fun _cloneInto(to: T): T","description":"org.hyperledger.identus.apollo.hashing.external.SHA2._cloneInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/_clone-into.html","searchKeys":["_cloneInto","open override fun _cloneInto(to: T): T","org.hyperledger.identus.apollo.hashing.external.SHA2._cloneInto"]},{"name":"open override fun cleanup()","description":"fr.acinq.secp256k1.Secp256k1Native.cleanup","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/cleanup.html","searchKeys":["cleanup","open override fun cleanup()","fr.acinq.secp256k1.Secp256k1Native.cleanup"]},{"name":"open override fun compact2der(sig: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.compact2der","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/compact2der.html","searchKeys":["compact2der","open override fun compact2der(sig: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.compact2der"]},{"name":"open override fun destroy()","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.destroy","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/destroy.html","searchKeys":["destroy","open override fun destroy()","org.hyperledger.identus.apollo.hashing.external.SHA2.destroy"]},{"name":"open override fun destroy()","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.destroy","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/destroy.html","searchKeys":["destroy","open override fun destroy()","org.hyperledger.identus.apollo.hashing.external.SHA512.destroy"]},{"name":"open override fun digest(): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.digest","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/digest.html","searchKeys":["digest","open override fun digest(): Uint8Array","org.hyperledger.identus.apollo.hashing.external.SHA2.digest"]},{"name":"open override fun digestInto(out: Uint8Array)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.digestInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/digest-into.html","searchKeys":["digestInto","open override fun digestInto(out: Uint8Array)","org.hyperledger.identus.apollo.hashing.external.SHA2.digestInto"]},{"name":"open override fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.ecdh","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/ecdh.html","searchKeys":["ecdh","open override fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.ecdh"]},{"name":"open override fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.ecdsaRecover","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/ecdsa-recover.html","searchKeys":["ecdsaRecover","open override fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","fr.acinq.secp256k1.Secp256k1Native.ecdsaRecover"]},{"name":"open override fun generateKeyPair(): KMMEdKeyPair","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-companion/[js]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMEdKeyPair","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateKeyPair(): KMMEdKeyPair","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-companion/[jvm]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMEdKeyPair","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateKeyPair(): KMMX25519KeyPair","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-companion/[js]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMX25519KeyPair","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateKeyPair(): KMMX25519KeyPair","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-companion/[jvm]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMX25519KeyPair","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateSeed(numBytes: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-companion/[js]generate-seed.html","searchKeys":["generateSeed","open override fun generateSeed(numBytes: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed"]},{"name":"open override fun generateSeed(numBytes: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-companion/[jvm]generate-seed.html","searchKeys":["generateSeed","open override fun generateSeed(numBytes: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed"]},{"name":"open override fun get(): dynamic","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.get","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/get.html","searchKeys":["get","open override fun get(): dynamic","org.hyperledger.identus.apollo.hashing.external.SHA512.get"]},{"name":"open override fun getEncoded(): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/get-encoded.html","searchKeys":["getEncoded","open override fun getEncoded(): ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getEncoded"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.DerivationAxis.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.HDKeyOptions.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.MnemonicCode.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.hashCode","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.utils.KMMECPoint.hashCode"]},{"name":"open override fun nextBytes(size: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/[js]next-bytes.html","searchKeys":["nextBytes","open override fun nextBytes(size: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes"]},{"name":"open override fun nextBytes(size: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/[jvm]next-bytes.html","searchKeys":["nextBytes","open override fun nextBytes(size: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes"]},{"name":"open override fun privKeyNegate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.privKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/priv-key-negate.html","searchKeys":["privKeyNegate","open override fun privKeyNegate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.privKeyNegate"]},{"name":"open override fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.privKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/priv-key-tweak-add.html","searchKeys":["privKeyTweakAdd","open override fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.privKeyTweakAdd"]},{"name":"open override fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.privKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/priv-key-tweak-mul.html","searchKeys":["privKeyTweakMul","open override fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.privKeyTweakMul"]},{"name":"open override fun process(view: DataView, offset: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.process","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/process.html","searchKeys":["process","open override fun process(view: DataView, offset: Number)","org.hyperledger.identus.apollo.hashing.external.SHA512.process"]},{"name":"open override fun pubKeyCombine(pubkeys: Array): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyCombine","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-combine.html","searchKeys":["pubKeyCombine","open override fun pubKeyCombine(pubkeys: Array): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyCombine"]},{"name":"open override fun pubKeyNegate(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-negate.html","searchKeys":["pubKeyNegate","open override fun pubKeyNegate(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyNegate"]},{"name":"open override fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-tweak-add.html","searchKeys":["pubKeyTweakAdd","open override fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakAdd"]},{"name":"open override fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-tweak-mul.html","searchKeys":["pubKeyTweakMul","open override fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakMul"]},{"name":"open override fun pubkeyCreate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubkeyCreate","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pubkey-create.html","searchKeys":["pubkeyCreate","open override fun pubkeyCreate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubkeyCreate"]},{"name":"open override fun pubkeyParse(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubkeyParse","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pubkey-parse.html","searchKeys":["pubkeyParse","open override fun pubkeyParse(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubkeyParse"]},{"name":"open override fun roundClean()","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.roundClean","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/round-clean.html","searchKeys":["roundClean","open override fun roundClean()","org.hyperledger.identus.apollo.hashing.external.SHA512.roundClean"]},{"name":"open override fun secKeyVerify(privkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1Native.secKeyVerify","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/sec-key-verify.html","searchKeys":["secKeyVerify","open override fun secKeyVerify(privkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1Native.secKeyVerify"]},{"name":"open override fun sign(message: ByteArray, privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.sign","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/sign.html","searchKeys":["sign","open override fun sign(message: ByteArray, privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.sign"]},{"name":"open override fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.signSchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/sign-schnorr.html","searchKeys":["signSchnorr","open override fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","fr.acinq.secp256k1.Secp256k1Native.signSchnorr"]},{"name":"open override fun signatureNormalize(sig: ByteArray): Pair","description":"fr.acinq.secp256k1.Secp256k1Native.signatureNormalize","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/signature-normalize.html","searchKeys":["signatureNormalize","open override fun signatureNormalize(sig: ByteArray): Pair","fr.acinq.secp256k1.Secp256k1Native.signatureNormalize"]},{"name":"open override fun toString(): String","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.toString","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/to-string.html","searchKeys":["toString","open override fun toString(): String","org.hyperledger.identus.apollo.derivation.DerivationAxis.toString"]},{"name":"open override fun toString(): String","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.toString","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/to-string.html","searchKeys":["toString","open override fun toString(): String","org.hyperledger.identus.apollo.derivation.DerivationPath.toString"]},{"name":"open override fun toString(): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open override fun toString(): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open override fun update(data: String): SHA2","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/update.html","searchKeys":["update","open override fun update(data: String): SHA2","org.hyperledger.identus.apollo.hashing.external.SHA2.update"]},{"name":"open override fun update(data: Uint8Array): SHA2","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/update.html","searchKeys":["update","open override fun update(data: Uint8Array): SHA2","org.hyperledger.identus.apollo.hashing.external.SHA2.update"]},{"name":"open override fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1Native.verify","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/verify.html","searchKeys":["verify","open override fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1Native.verify"]},{"name":"open override fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1Native.verifySchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/verify-schnorr.html","searchKeys":["verifySchnorr","open override fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1Native.verifySchnorr"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.Standard.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.Standard.alphabet"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.StandardPad.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard-pad/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.StandardPad.alphabet"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafe.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.UrlSafe.alphabet"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe-pad/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad.alphabet"]},{"name":"open override var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/block-len.html","searchKeys":["blockLen","open override var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.blockLen"]},{"name":"open override var g: base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.short.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/g.html","searchKeys":["g","open override var g: base.BasePoint","org.hyperledger.identus.apollo.utils.external.short.g"]},{"name":"open override var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/output-len.html","searchKeys":["outputLen","open override var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.outputLen"]},{"name":"open val recovery: Number?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recovery","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/recovery.html","searchKeys":["recovery","open val recovery: Number?","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recovery"]},{"name":"open var Ah: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Ah","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-ah.html","searchKeys":["Ah","open var Ah: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Ah"]},{"name":"open var Al: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Al","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-al.html","searchKeys":["Al","open var Al: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Al"]},{"name":"open var Bh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Bh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-bh.html","searchKeys":["Bh","open var Bh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Bh"]},{"name":"open var Bl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Bl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-bl.html","searchKeys":["Bl","open var Bl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Bl"]},{"name":"open var Ch: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Ch","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-ch.html","searchKeys":["Ch","open var Ch: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Ch"]},{"name":"open var Cl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Cl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-cl.html","searchKeys":["Cl","open var Cl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Cl"]},{"name":"open var Dh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Dh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-dh.html","searchKeys":["Dh","open var Dh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Dh"]},{"name":"open var Dl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Dl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-dl.html","searchKeys":["Dl","open var Dl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Dl"]},{"name":"open var Eh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Eh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-eh.html","searchKeys":["Eh","open var Eh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Eh"]},{"name":"open var El: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.El","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-el.html","searchKeys":["El","open var El: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.El"]},{"name":"open var Fh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Fh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-fh.html","searchKeys":["Fh","open var Fh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Fh"]},{"name":"open var Fl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Fl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-fl.html","searchKeys":["Fl","open var Fl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Fl"]},{"name":"open var Gh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Gh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-gh.html","searchKeys":["Gh","open var Gh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Gh"]},{"name":"open var Gl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Gl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-gl.html","searchKeys":["Gl","open var Gl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Gl"]},{"name":"open var Hh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Hh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-hh.html","searchKeys":["Hh","open var Hh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Hh"]},{"name":"open var Hl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Hl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-hl.html","searchKeys":["Hl","open var Hl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Hl"]},{"name":"open var a: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/a.html","searchKeys":["a","open var a: Any","org.hyperledger.identus.apollo.utils.external.edwards.a"]},{"name":"open var a: dynamic","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/a.html","searchKeys":["a","open var a: dynamic","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.a"]},{"name":"open var a: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/a.html","searchKeys":["a","open var a: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.a"]},{"name":"open var a: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/a.html","searchKeys":["a","open var a: dynamic","org.hyperledger.identus.apollo.utils.external.short.a"]},{"name":"open var allowInfinityPoint: Boolean?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowInfinityPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/allow-infinity-point.html","searchKeys":["allowInfinityPoint","open var allowInfinityPoint: Boolean?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowInfinityPoint"]},{"name":"open var allowedPrivateKeyLengths: Array?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowedPrivateKeyLengths","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/allowed-private-key-lengths.html","searchKeys":["allowedPrivateKeyLengths","open var allowedPrivateKeyLengths: Array?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowedPrivateKeyLengths"]},{"name":"open var b: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/b.html","searchKeys":["b","open var b: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.b"]},{"name":"open var b: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/b.html","searchKeys":["b","open var b: dynamic","org.hyperledger.identus.apollo.utils.external.short.b"]},{"name":"open var basis: Any?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.basis","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/basis.html","searchKeys":["basis","open var basis: Any?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.basis"]},{"name":"open var beta: String?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/beta.html","searchKeys":["beta","open var beta: String?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.beta"]},{"name":"open var beta: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/beta.html","searchKeys":["beta","open var beta: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.beta"]},{"name":"open var bits2int: (bytes: Uint8Array) -> Any?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/bits2int.html","searchKeys":["bits2int","open var bits2int: (bytes: Uint8Array) -> Any?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int"]},{"name":"open var bits2int_modN: (bytes: Uint8Array) -> Any?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int_modN","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/bits2int_mod-n.html","searchKeys":["bits2int_modN","open var bits2int_modN: (bytes: Uint8Array) -> Any?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int_modN"]},{"name":"open var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/block-len.html","searchKeys":["blockLen","open var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.Hashe.blockLen"]},{"name":"open var buffer: Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.buffer","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/buffer.html","searchKeys":["buffer","open var buffer: Uint8Array","org.hyperledger.identus.apollo.hashing.external.SHA2.buffer"]},{"name":"open var c2: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.c2","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/c2.html","searchKeys":["c2","open var c2: Any","org.hyperledger.identus.apollo.utils.external.edwards.c2"]},{"name":"open var c: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.c","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/c.html","searchKeys":["c","open var c: Any","org.hyperledger.identus.apollo.utils.external.edwards.c"]},{"name":"open var c: dynamic","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.c","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/c.html","searchKeys":["c","open var c: dynamic","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.c"]},{"name":"open var canonical: Boolean?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.canonical","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/canonical.html","searchKeys":["canonical","open var canonical: Boolean?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.canonical"]},{"name":"open var curve: base","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/curve.html","searchKeys":["curve","open var curve: base","org.hyperledger.identus.apollo.utils.external.base.BasePoint.curve"]},{"name":"open var curve: curve.base","description":"org.hyperledger.identus.apollo.utils.external.ec.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/curve.html","searchKeys":["curve","open var curve: curve.base","org.hyperledger.identus.apollo.utils.external.ec.curve"]},{"name":"open var curve: edwards","description":"org.hyperledger.identus.apollo.utils.external.eddsa.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/curve.html","searchKeys":["curve","open var curve: edwards","org.hyperledger.identus.apollo.utils.external.eddsa.curve"]},{"name":"open var d: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.d","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/d.html","searchKeys":["d","open var d: Any","org.hyperledger.identus.apollo.utils.external.edwards.d"]},{"name":"open var d: dynamic","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.d","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/d.html","searchKeys":["d","open var d: dynamic","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.d"]},{"name":"open var dd: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.dd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/dd.html","searchKeys":["dd","open var dd: Any","org.hyperledger.identus.apollo.utils.external.edwards.dd"]},{"name":"open var destroyed: Boolean","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.destroyed","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/destroyed.html","searchKeys":["destroyed","open var destroyed: Boolean","org.hyperledger.identus.apollo.hashing.external.SHA2.destroyed"]},{"name":"open var ec: ec","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/ec.html","searchKeys":["ec","open var ec: ec","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.ec"]},{"name":"open var endo: T$1?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.endo","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/endo.html","searchKeys":["endo","open var endo: T$1?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.endo"]},{"name":"open var entropyEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropyEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/entropy-enc.html","searchKeys":["entropyEnc","open var entropyEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropyEnc"]},{"name":"open var finished: Boolean","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.finished","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/finished.html","searchKeys":["finished","open var finished: Boolean","org.hyperledger.identus.apollo.hashing.external.SHA2.finished"]},{"name":"open var g: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/g.html","searchKeys":["g","open var g: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.g"]},{"name":"open var g: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/g.html","searchKeys":["g","open var g: Any","org.hyperledger.identus.apollo.utils.external.ec.g"]},{"name":"open var g: base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/g.html","searchKeys":["g","open var g: base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.g"]},{"name":"open var g: base.BasePoint?","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/g.html","searchKeys":["g","open var g: base.BasePoint?","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.g"]},{"name":"open var gRed: Any?","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.gRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/g-red.html","searchKeys":["gRed","open var gRed: Any?","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.gRed"]},{"name":"open var hEff: Any?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hEff","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/h-eff.html","searchKeys":["hEff","open var hEff: Any?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hEff"]},{"name":"open var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/hash.html","searchKeys":["hash","open var hash: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.hash"]},{"name":"open var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/hash.html","searchKeys":["hash","open var hash: Any","org.hyperledger.identus.apollo.utils.external.ec.hash"]},{"name":"open var inf: Boolean","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.inf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/inf.html","searchKeys":["inf","open var inf: Boolean","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.inf"]},{"name":"open var isLE: Boolean","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.isLE","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/is-l-e.html","searchKeys":["isLE","open var isLE: Boolean","org.hyperledger.identus.apollo.hashing.external.SHA2.isLE"]},{"name":"open var k: Any?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.k","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/k.html","searchKeys":["k","open var k: Any?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.k"]},{"name":"open var lambda: String?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.lambda","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/lambda.html","searchKeys":["lambda","open var lambda: String?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.lambda"]},{"name":"open var lambda: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.lambda","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/lambda.html","searchKeys":["lambda","open var lambda: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.lambda"]},{"name":"open var length: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.length","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/length.html","searchKeys":["length","open var length: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.length"]},{"name":"open var n: Any","description":"org.hyperledger.identus.apollo.utils.external.base.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/n.html","searchKeys":["n","open var n: Any","org.hyperledger.identus.apollo.utils.external.base.n"]},{"name":"open var n: Any?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/n.html","searchKeys":["n","open var n: Any?","org.hyperledger.identus.apollo.utils.external.PresetCurve.n"]},{"name":"open var n: BN","description":"org.hyperledger.identus.apollo.utils.external.ec.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/n.html","searchKeys":["n","open var n: BN","org.hyperledger.identus.apollo.utils.external.ec.n"]},{"name":"open var n: dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/n.html","searchKeys":["n","open var n: dynamic","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.n"]},{"name":"open var nh: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.nh","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/nh.html","searchKeys":["nh","open var nh: Any","org.hyperledger.identus.apollo.utils.external.ec.nh"]},{"name":"open var one: Any","description":"org.hyperledger.identus.apollo.utils.external.base.one","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/one.html","searchKeys":["one","open var one: Any","org.hyperledger.identus.apollo.utils.external.base.one"]},{"name":"open var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/output-len.html","searchKeys":["outputLen","open var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.Hashe.outputLen"]},{"name":"open var p: Any","description":"org.hyperledger.identus.apollo.utils.external.base.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/p.html","searchKeys":["p","open var p: Any","org.hyperledger.identus.apollo.utils.external.base.p"]},{"name":"open var p: dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/p.html","searchKeys":["p","open var p: dynamic","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.p"]},{"name":"open var padOffset: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.padOffset","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/pad-offset.html","searchKeys":["padOffset","open var padOffset: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.padOffset"]},{"name":"open var pers: Any?","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.pers","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/pers.html","searchKeys":["pers","open var pers: Any?","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.pers"]},{"name":"open var pers: Any?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.pers","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/pers.html","searchKeys":["pers","open var pers: Any?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.pers"]},{"name":"open var persEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.persEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/pers-enc.html","searchKeys":["persEnc","open var persEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.persEnc"]},{"name":"open var persEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.persEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/pers-enc.html","searchKeys":["persEnc","open var persEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.persEnc"]},{"name":"open var pos: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.pos","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/pos.html","searchKeys":["pos","open var pos: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.pos"]},{"name":"open var precomputed: base.PrecomputedValues?","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.precomputed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/precomputed.html","searchKeys":["precomputed","open var precomputed: base.PrecomputedValues?","org.hyperledger.identus.apollo.utils.external.base.BasePoint.precomputed"]},{"name":"open var prime: dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.prime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/prime.html","searchKeys":["prime","open var prime: dynamic","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.prime"]},{"name":"open var privEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.privEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair-options/priv-enc.html","searchKeys":["privEnc","open var privEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.privEnc"]},{"name":"open var pub: dynamic","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions.pub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair-options/pub.html","searchKeys":["pub","open var pub: dynamic","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions.pub"]},{"name":"open var pubEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.pubEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair-options/pub-enc.html","searchKeys":["pubEnc","open var pubEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.pubEnc"]},{"name":"open var r: BN","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.r","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/r.html","searchKeys":["r","open var r: BN","org.hyperledger.identus.apollo.utils.external.ec.Signature.r"]},{"name":"open var r: dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.r","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/r.html","searchKeys":["r","open var r: dynamic","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.r"]},{"name":"open var recoveryParam: Number?","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.recoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/recovery-param.html","searchKeys":["recoveryParam","open var recoveryParam: Number?","org.hyperledger.identus.apollo.utils.external.ec.Signature.recoveryParam"]},{"name":"open var recoveryParam: Number?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.recoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/recovery-param.html","searchKeys":["recoveryParam","open var recoveryParam: Number?","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.recoveryParam"]},{"name":"open var red: Any","description":"org.hyperledger.identus.apollo.utils.external.base.red","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/red.html","searchKeys":["red","open var red: Any","org.hyperledger.identus.apollo.utils.external.base.red"]},{"name":"open var redN: Any","description":"org.hyperledger.identus.apollo.utils.external.base.redN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/red-n.html","searchKeys":["redN","open var redN: Any","org.hyperledger.identus.apollo.utils.external.base.redN"]},{"name":"open var s: BN","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.s","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/s.html","searchKeys":["s","open var s: BN","org.hyperledger.identus.apollo.utils.external.ec.Signature.s"]},{"name":"open var s: dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.s","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/s.html","searchKeys":["s","open var s: dynamic","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.s"]},{"name":"open var t: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.t","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/t.html","searchKeys":["t","open var t: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.t"]},{"name":"open var two: Any","description":"org.hyperledger.identus.apollo.utils.external.base.two","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/two.html","searchKeys":["two","open var two: Any","org.hyperledger.identus.apollo.utils.external.base.two"]},{"name":"open var type: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/type.html","searchKeys":["type","open var type: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.type"]},{"name":"open var type: String","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/type.html","searchKeys":["type","open var type: String","org.hyperledger.identus.apollo.utils.external.base.BasePoint.type"]},{"name":"open var type: String","description":"org.hyperledger.identus.apollo.utils.external.base.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/type.html","searchKeys":["type","open var type: String","org.hyperledger.identus.apollo.utils.external.base.type"]},{"name":"open var view: DataView","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.view","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/view.html","searchKeys":["view","open var view: DataView","org.hyperledger.identus.apollo.hashing.external.SHA2.view"]},{"name":"open var wrapPrivateKey: Boolean?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.wrapPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/wrap-private-key.html","searchKeys":["wrapPrivateKey","open var wrapPrivateKey: Boolean?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.wrapPrivateKey"]},{"name":"open var x: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/x.html","searchKeys":["x","open var x: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.x"]},{"name":"open var x: Any?","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/x.html","searchKeys":["x","open var x: Any?","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.x"]},{"name":"open var y: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/y.html","searchKeys":["y","open var y: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.y"]},{"name":"open var y: Any?","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/y.html","searchKeys":["y","open var y: Any?","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.y"]},{"name":"open var z: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.z","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/z.html","searchKeys":["z","open var z: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.z"]},{"name":"open var zero: Any","description":"org.hyperledger.identus.apollo.utils.external.base.zero","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/zero.html","searchKeys":["zero","open var zero: Any","org.hyperledger.identus.apollo.utils.external.base.zero"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha384.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha384.invoke"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha512.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha512.invoke"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha512_224.invoke"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha512_256.invoke"]},{"name":"sealed class ECPrivateKeyException : Exception","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-exception/index.html","searchKeys":["ECPrivateKeyException","sealed class ECPrivateKeyException : Exception","org.hyperledger.identus.apollo.utils.ECPrivateKeyException"]},{"name":"sealed class ECPublicKeyException : Exception","description":"org.hyperledger.identus.apollo.utils.ECPublicKeyException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-public-key-exception/index.html","searchKeys":["ECPublicKeyException","sealed class ECPublicKeyException : Exception","org.hyperledger.identus.apollo.utils.ECPublicKeyException"]},{"name":"sealed class MnemonicException : Exception","description":"org.hyperledger.identus.apollo.derivation.MnemonicException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-exception/index.html","searchKeys":["MnemonicException","sealed class MnemonicException : Exception","org.hyperledger.identus.apollo.derivation.MnemonicException"]},{"name":"sealed interface Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/index.html","searchKeys":["Encoding","sealed interface Encoding","org.hyperledger.identus.apollo.base64.Encoding"]},{"name":"val ByteArray.base64Decoded: String","description":"org.hyperledger.identus.apollo.base64.base64Decoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-decoded.html","searchKeys":["base64Decoded","val ByteArray.base64Decoded: String","org.hyperledger.identus.apollo.base64.base64Decoded"]},{"name":"val ByteArray.base64Encoded: String","description":"org.hyperledger.identus.apollo.base64.base64Encoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-encoded.html","searchKeys":["base64Encoded","val ByteArray.base64Encoded: String","org.hyperledger.identus.apollo.base64.base64Encoded"]},{"name":"val ByteArray.base64PadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-decoded.html","searchKeys":["base64PadDecoded","val ByteArray.base64PadDecoded: String","org.hyperledger.identus.apollo.base64.base64PadDecoded"]},{"name":"val ByteArray.base64PadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-encoded.html","searchKeys":["base64PadEncoded","val ByteArray.base64PadEncoded: String","org.hyperledger.identus.apollo.base64.base64PadEncoded"]},{"name":"val ByteArray.base64UrlDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-decoded.html","searchKeys":["base64UrlDecoded","val ByteArray.base64UrlDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlDecoded"]},{"name":"val ByteArray.base64UrlEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-encoded.html","searchKeys":["base64UrlEncoded","val ByteArray.base64UrlEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlEncoded"]},{"name":"val ByteArray.base64UrlPadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-decoded.html","searchKeys":["base64UrlPadDecoded","val ByteArray.base64UrlPadDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadDecoded"]},{"name":"val ByteArray.base64UrlPadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-encoded.html","searchKeys":["base64UrlPadEncoded","val ByteArray.base64UrlPadEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadEncoded"]},{"name":"val PRIVATE_KEY_BYTE_SIZE: Int = 32","description":"org.hyperledger.identus.apollo.utils.ECConfig.PRIVATE_KEY_BYTE_SIZE","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/-p-r-i-v-a-t-e_-k-e-y_-b-y-t-e_-s-i-z-e.html","searchKeys":["PRIVATE_KEY_BYTE_SIZE","val PRIVATE_KEY_BYTE_SIZE: Int = 32","org.hyperledger.identus.apollo.utils.ECConfig.PRIVATE_KEY_BYTE_SIZE"]},{"name":"val PUBLIC_KEY_BYTE_SIZE: Int","description":"org.hyperledger.identus.apollo.utils.ECConfig.PUBLIC_KEY_BYTE_SIZE","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/-p-u-b-l-i-c_-k-e-y_-b-y-t-e_-s-i-z-e.html","searchKeys":["PUBLIC_KEY_BYTE_SIZE","val PUBLIC_KEY_BYTE_SIZE: Int","org.hyperledger.identus.apollo.utils.ECConfig.PUBLIC_KEY_BYTE_SIZE"]},{"name":"val SIGNATURE_MAX_BYTE_SIZE: Int = 72","description":"org.hyperledger.identus.apollo.utils.ECConfig.SIGNATURE_MAX_BYTE_SIZE","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/-s-i-g-n-a-t-u-r-e_-m-a-x_-b-y-t-e_-s-i-z-e.html","searchKeys":["SIGNATURE_MAX_BYTE_SIZE","val SIGNATURE_MAX_BYTE_SIZE: Int = 72","org.hyperledger.identus.apollo.utils.ECConfig.SIGNATURE_MAX_BYTE_SIZE"]},{"name":"val String.base64Decoded: String","description":"org.hyperledger.identus.apollo.base64.base64Decoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-decoded.html","searchKeys":["base64Decoded","val String.base64Decoded: String","org.hyperledger.identus.apollo.base64.base64Decoded"]},{"name":"val String.base64DecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64DecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-decoded-bytes.html","searchKeys":["base64DecodedBytes","val String.base64DecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64DecodedBytes"]},{"name":"val String.base64Encoded: String","description":"org.hyperledger.identus.apollo.base64.base64Encoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-encoded.html","searchKeys":["base64Encoded","val String.base64Encoded: String","org.hyperledger.identus.apollo.base64.base64Encoded"]},{"name":"val String.base64PadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-decoded.html","searchKeys":["base64PadDecoded","val String.base64PadDecoded: String","org.hyperledger.identus.apollo.base64.base64PadDecoded"]},{"name":"val String.base64PadDecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64PadDecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-decoded-bytes.html","searchKeys":["base64PadDecodedBytes","val String.base64PadDecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64PadDecodedBytes"]},{"name":"val String.base64PadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-encoded.html","searchKeys":["base64PadEncoded","val String.base64PadEncoded: String","org.hyperledger.identus.apollo.base64.base64PadEncoded"]},{"name":"val String.base64UrlDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-decoded.html","searchKeys":["base64UrlDecoded","val String.base64UrlDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlDecoded"]},{"name":"val String.base64UrlDecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64UrlDecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-decoded-bytes.html","searchKeys":["base64UrlDecodedBytes","val String.base64UrlDecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64UrlDecodedBytes"]},{"name":"val String.base64UrlEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-encoded.html","searchKeys":["base64UrlEncoded","val String.base64UrlEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlEncoded"]},{"name":"val String.base64UrlPadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-decoded.html","searchKeys":["base64UrlPadDecoded","val String.base64UrlPadDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadDecoded"]},{"name":"val String.base64UrlPadDecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64UrlPadDecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-decoded-bytes.html","searchKeys":["base64UrlPadDecodedBytes","val String.base64UrlPadDecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64UrlPadDecodedBytes"]},{"name":"val String.base64UrlPadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-encoded.html","searchKeys":["base64UrlPadEncoded","val String.base64UrlPadEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadEncoded"]},{"name":"val axes: List","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.axes","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/axes.html","searchKeys":["axes","val axes: List","org.hyperledger.identus.apollo.derivation.DerivationPath.axes"]},{"name":"val chainCode: ByteArray","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.chainCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/chain-code.html","searchKeys":["chainCode","val chainCode: ByteArray","org.hyperledger.identus.apollo.derivation.HDKeyOptions.chainCode"]},{"name":"val chainCode: ByteArray? = null","description":"org.hyperledger.identus.apollo.derivation.HDKey.chainCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/chain-code.html","searchKeys":["chainCode","val chainCode: ByteArray? = null","org.hyperledger.identus.apollo.derivation.HDKey.chainCode"]},{"name":"val childIndex: BigIntegerWrapper","description":"org.hyperledger.identus.apollo.derivation.HDKey.childIndex","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/child-index.html","searchKeys":["childIndex","val childIndex: BigIntegerWrapper","org.hyperledger.identus.apollo.derivation.HDKey.childIndex"]},{"name":"val depth: Int","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.depth","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/depth.html","searchKeys":["depth","val depth: Int","org.hyperledger.identus.apollo.derivation.HDKeyOptions.depth"]},{"name":"val depth: Int = 0","description":"org.hyperledger.identus.apollo.derivation.HDKey.depth","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/depth.html","searchKeys":["depth","val depth: Int = 0","org.hyperledger.identus.apollo.derivation.HDKey.depth"]},{"name":"val encodedLength: Int = 43","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.encodedLength","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/encoded-length.html","searchKeys":["encodedLength","val encodedLength: Int = 43","org.hyperledger.identus.apollo.utils.Curve25519Parser.encodedLength"]},{"name":"val entries: EnumEntries","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.entries","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/entries.html","searchKeys":["entries","val entries: EnumEntries","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.entries"]},{"name":"val extendedLength: Int = 64","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.extendedLength","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/extended-length.html","searchKeys":["extendedLength","val extendedLength: Int = 64","org.hyperledger.identus.apollo.utils.Curve25519Parser.extendedLength"]},{"name":"val global: dynamic","description":"org.hyperledger.identus.apollo.utils.global","location":"-apollo/org.hyperledger.identus.apollo.utils/global.html","searchKeys":["global","val global: dynamic","org.hyperledger.identus.apollo.utils.global"]},{"name":"val hardened: Boolean","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.hardened","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/hardened.html","searchKeys":["hardened","val hardened: Boolean","org.hyperledger.identus.apollo.derivation.DerivationAxis.hardened"]},{"name":"val i: Int","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.i","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/i.html","searchKeys":["i","val i: Int","org.hyperledger.identus.apollo.derivation.DerivationAxis.i"]},{"name":"val index: BigInteger","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.index","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/--index--.html","searchKeys":["index","val index: BigInteger","org.hyperledger.identus.apollo.derivation.HDKeyOptions.index"]},{"name":"val isNode: Boolean","description":"org.hyperledger.identus.apollo.utils.isNode","location":"-apollo/org.hyperledger.identus.apollo.utils/is-node.html","searchKeys":["isNode","val isNode: Boolean","org.hyperledger.identus.apollo.utils.isNode"]},{"name":"val number: Int","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.number","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/number.html","searchKeys":["number","val number: Int","org.hyperledger.identus.apollo.derivation.DerivationAxis.number"]},{"name":"val parentFingerprint: Int?","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.parentFingerprint","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/parent-fingerprint.html","searchKeys":["parentFingerprint","val parentFingerprint: Int?","org.hyperledger.identus.apollo.derivation.HDKeyOptions.parentFingerprint"]},{"name":"val privateKey: ByteArray? = null","description":"org.hyperledger.identus.apollo.derivation.HDKey.privateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/private-key.html","searchKeys":["privateKey","val privateKey: ByteArray? = null","org.hyperledger.identus.apollo.derivation.HDKey.privateKey"]},{"name":"val publicKey: ByteArray? = null","description":"org.hyperledger.identus.apollo.derivation.HDKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/public-key.html","searchKeys":["publicKey","val publicKey: ByteArray? = null","org.hyperledger.identus.apollo.derivation.HDKey.publicKey"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw"]},{"name":"val rawLength: Int = 32","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.rawLength","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/raw-length.html","searchKeys":["rawLength","val rawLength: Int = 32","org.hyperledger.identus.apollo.utils.Curve25519Parser.rawLength"]},{"name":"val value: String","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.value","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/value.html","searchKeys":["value","val value: String","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.value"]},{"name":"val versions: Pair","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.versions","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/versions.html","searchKeys":["versions","val versions: Pair","org.hyperledger.identus.apollo.derivation.HDKeyOptions.versions"]},{"name":"val words: Array","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/words.html","searchKeys":["words","val words: Array","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val words: List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/words.html","searchKeys":["words","val words: List","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val words: List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/words.html","searchKeys":["words","val words: List","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val words: List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/words.html","searchKeys":["words","val words: List","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val x: BN","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS.x","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/x.html","searchKeys":["x","val x: BN","org.hyperledger.identus.apollo.utils.KMMECPointJS.x"]},{"name":"val x: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/x.html","searchKeys":["x","val x: ByteArray","org.hyperledger.identus.apollo.utils.KMMECPoint.x"]},{"name":"val x: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/x.html","searchKeys":["x","val x: Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.x"]},{"name":"val y: BN","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS.y","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/y.html","searchKeys":["y","val y: BN","org.hyperledger.identus.apollo.utils.KMMECPointJS.y"]},{"name":"val y: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/y.html","searchKeys":["y","val y: ByteArray","org.hyperledger.identus.apollo.utils.KMMECPoint.y"]},{"name":"val y: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/y.html","searchKeys":["y","val y: Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.y"]},{"name":"var BN: Any","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/-b-n.html","searchKeys":["BN","var BN: Any","org.hyperledger.identus.apollo.utils.external.BN.Companion.BN"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha384.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha384.blockLen"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512.blockLen"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_224.blockLen"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_256.blockLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha384.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha384.outputLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512.outputLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_224.outputLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_256.outputLen"]},{"name":"var privateKey: ByteArray?","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.privateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/private-key.html","searchKeys":["privateKey","var privateKey: ByteArray?","org.hyperledger.identus.apollo.derivation.HDKeyOptions.privateKey"]},{"name":"var publicKey: ByteArray?","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.publicKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/public-key.html","searchKeys":["publicKey","var publicKey: ByteArray?","org.hyperledger.identus.apollo.derivation.HDKeyOptions.publicKey"]},{"name":"var wordSize: Number","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.wordSize","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/word-size.html","searchKeys":["wordSize","var wordSize: Number","org.hyperledger.identus.apollo.utils.external.BN.Companion.wordSize"]}] +[{"name":"SECP256k1","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256k1","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/-s-e-c-p256k1/index.html","searchKeys":["SECP256k1","SECP256k1","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256k1"]},{"name":"SECP256r1","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256r1","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/-s-e-c-p256r1/index.html","searchKeys":["SECP256r1","SECP256r1","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.SECP256r1"]},{"name":"abstract fun addRecoveryBit(recovery: Number): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.addRecoveryBit","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/add-recovery-bit.html","searchKeys":["addRecoveryBit","abstract fun addRecoveryBit(recovery: Number): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.addRecoveryBit"]},{"name":"abstract fun assertValidity()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.assertValidity","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/assert-validity.html","searchKeys":["assertValidity","abstract fun assertValidity()","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.assertValidity"]},{"name":"abstract fun cleanup()","description":"fr.acinq.secp256k1.Secp256k1.cleanup","location":"-apollo/fr.acinq.secp256k1/-secp256k1/cleanup.html","searchKeys":["cleanup","abstract fun cleanup()","fr.acinq.secp256k1.Secp256k1.cleanup"]},{"name":"abstract fun compact2der(sig: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.compact2der","location":"-apollo/fr.acinq.secp256k1/-secp256k1/compact2der.html","searchKeys":["compact2der","abstract fun compact2der(sig: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.compact2der"]},{"name":"abstract fun derive_bytes(key: ByteArray, chain_code: ByteArray, index: Any): Array","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.derive_bytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32_export/derive_bytes.html","searchKeys":["derive_bytes","abstract fun derive_bytes(key: ByteArray, chain_code: ByteArray, index: Any): Array","org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.derive_bytes"]},{"name":"abstract fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.ecdh","location":"-apollo/fr.acinq.secp256k1/-secp256k1/ecdh.html","searchKeys":["ecdh","abstract fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.ecdh"]},{"name":"abstract fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.ecdsaRecover","location":"-apollo/fr.acinq.secp256k1/-secp256k1/ecdsa-recover.html","searchKeys":["ecdsaRecover","abstract fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","fr.acinq.secp256k1.Secp256k1.ecdsaRecover"]},{"name":"abstract fun fromCompact(hex: String): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-compact.html","searchKeys":["fromCompact","abstract fun fromCompact(hex: String): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact"]},{"name":"abstract fun fromCompact(hex: Uint8Array): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-compact.html","searchKeys":["fromCompact","abstract fun fromCompact(hex: Uint8Array): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromCompact"]},{"name":"abstract fun fromDER(hex: String): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-d-e-r.html","searchKeys":["fromDER","abstract fun fromDER(hex: String): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER"]},{"name":"abstract fun fromDER(hex: Uint8Array): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/from-d-e-r.html","searchKeys":["fromDER","abstract fun fromDER(hex: Uint8Array): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor.fromDER"]},{"name":"abstract fun from_nonextended(key: ByteArray, chain_code: ByteArray): Array","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.from_nonextended","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32_export/from_nonextended.html","searchKeys":["from_nonextended","abstract fun from_nonextended(key: ByteArray, chain_code: ByteArray): Array","org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export.from_nonextended"]},{"name":"abstract fun generateKeyPair(): KMMEdKeyPair","description":"org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-ed25519-key-pair-generation/generate-key-pair.html","searchKeys":["generateKeyPair","abstract fun generateKeyPair(): KMMEdKeyPair","org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration.generateKeyPair"]},{"name":"abstract fun generateKeyPair(): KMMX25519KeyPair","description":"org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-x25519-key-pair-generation/generate-key-pair.html","searchKeys":["generateKeyPair","abstract fun generateKeyPair(): KMMX25519KeyPair","org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration.generateKeyPair"]},{"name":"abstract fun generateSeed(numBytes: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface.generateSeed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-static-interface/generate-seed.html","searchKeys":["generateSeed","abstract fun generateSeed(numBytes: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface.generateSeed"]},{"name":"abstract fun getEncoded(): ByteArray","description":"org.hyperledger.identus.apollo.utils.Encodable.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-encodable/get-encoded.html","searchKeys":["getEncoded","abstract fun getEncoded(): ByteArray","org.hyperledger.identus.apollo.utils.Encodable.getEncoded"]},{"name":"abstract fun hasHighS(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.hasHighS","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/has-high-s.html","searchKeys":["hasHighS","abstract fun hasHighS(): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.hasHighS"]},{"name":"abstract fun isValidPrivateKey(privateKey: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/is-valid-private-key.html","searchKeys":["isValidPrivateKey","abstract fun isValidPrivateKey(privateKey: Any): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey"]},{"name":"abstract fun isValidPrivateKey(privateKey: String): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/is-valid-private-key.html","searchKeys":["isValidPrivateKey","abstract fun isValidPrivateKey(privateKey: String): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey"]},{"name":"abstract fun isValidPrivateKey(privateKey: Uint8Array): Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/is-valid-private-key.html","searchKeys":["isValidPrivateKey","abstract fun isValidPrivateKey(privateKey: Uint8Array): Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.isValidPrivateKey"]},{"name":"abstract fun nextBytes(size: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomInterface.nextBytes","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-interface/next-bytes.html","searchKeys":["nextBytes","abstract fun nextBytes(size: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandomInterface.nextBytes"]},{"name":"abstract fun normalizeS(): SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.normalizeS","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/normalize-s.html","searchKeys":["normalizeS","abstract fun normalizeS(): SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.normalizeS"]},{"name":"abstract fun privKeyNegate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.privKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1/priv-key-negate.html","searchKeys":["privKeyNegate","abstract fun privKeyNegate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.privKeyNegate"]},{"name":"abstract fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.privKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1/priv-key-tweak-add.html","searchKeys":["privKeyTweakAdd","abstract fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.privKeyTweakAdd"]},{"name":"abstract fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.privKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1/priv-key-tweak-mul.html","searchKeys":["privKeyTweakMul","abstract fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.privKeyTweakMul"]},{"name":"abstract fun pubKeyCombine(pubkeys: Array): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyCombine","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-combine.html","searchKeys":["pubKeyCombine","abstract fun pubKeyCombine(pubkeys: Array): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyCombine"]},{"name":"abstract fun pubKeyNegate(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-negate.html","searchKeys":["pubKeyNegate","abstract fun pubKeyNegate(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyNegate"]},{"name":"abstract fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-tweak-add.html","searchKeys":["pubKeyTweakAdd","abstract fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyTweakAdd"]},{"name":"abstract fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-tweak-mul.html","searchKeys":["pubKeyTweakMul","abstract fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyTweakMul"]},{"name":"abstract fun pubkeyCreate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubkeyCreate","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pubkey-create.html","searchKeys":["pubkeyCreate","abstract fun pubkeyCreate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubkeyCreate"]},{"name":"abstract fun pubkeyParse(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubkeyParse","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pubkey-parse.html","searchKeys":["pubkeyParse","abstract fun pubkeyParse(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubkeyParse"]},{"name":"abstract fun recoverPublicKey(msgHash: String): Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/recover-public-key.html","searchKeys":["recoverPublicKey","abstract fun recoverPublicKey(msgHash: String): Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey"]},{"name":"abstract fun recoverPublicKey(msgHash: Uint8Array): Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/recover-public-key.html","searchKeys":["recoverPublicKey","abstract fun recoverPublicKey(msgHash: Uint8Array): Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recoverPublicKey"]},{"name":"abstract fun secKeyVerify(privkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1.secKeyVerify","location":"-apollo/fr.acinq.secp256k1/-secp256k1/sec-key-verify.html","searchKeys":["secKeyVerify","abstract fun secKeyVerify(privkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1.secKeyVerify"]},{"name":"abstract fun sign(message: ByteArray, privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.sign","location":"-apollo/fr.acinq.secp256k1/-secp256k1/sign.html","searchKeys":["sign","abstract fun sign(message: ByteArray, privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.sign"]},{"name":"abstract fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.signSchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1/sign-schnorr.html","searchKeys":["signSchnorr","abstract fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","fr.acinq.secp256k1.Secp256k1.signSchnorr"]},{"name":"abstract fun signatureNormalize(sig: ByteArray): Pair","description":"fr.acinq.secp256k1.Secp256k1.signatureNormalize","location":"-apollo/fr.acinq.secp256k1/-secp256k1/signature-normalize.html","searchKeys":["signatureNormalize","abstract fun signatureNormalize(sig: ByteArray): Pair","fr.acinq.secp256k1.Secp256k1.signatureNormalize"]},{"name":"abstract fun toCompactHex(): String","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-compact-hex.html","searchKeys":["toCompactHex","abstract fun toCompactHex(): String","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactHex"]},{"name":"abstract fun toCompactRawBytes(): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactRawBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-compact-raw-bytes.html","searchKeys":["toCompactRawBytes","abstract fun toCompactRawBytes(): Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toCompactRawBytes"]},{"name":"abstract fun toDERHex(isCompressed: Boolean = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-d-e-r-hex.html","searchKeys":["toDERHex","abstract fun toDERHex(isCompressed: Boolean = definedExternally): String","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERHex"]},{"name":"abstract fun toDERRawBytes(isCompressed: Boolean = definedExternally): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERRawBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/to-d-e-r-raw-bytes.html","searchKeys":["toDERRawBytes","abstract fun toDERRawBytes(isCompressed: Boolean = definedExternally): Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.toDERRawBytes"]},{"name":"abstract fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1.verify","location":"-apollo/fr.acinq.secp256k1/-secp256k1/verify.html","searchKeys":["verify","abstract fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1.verify"]},{"name":"abstract fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1.verifySchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1/verify-schnorr.html","searchKeys":["verifySchnorr","abstract fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1.verifySchnorr"]},{"name":"abstract operator fun get(key: String): Any?","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.get","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/get.html","searchKeys":["get","abstract operator fun get(key: String): Any?","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.get"]},{"name":"abstract operator fun set(key: String, value: Any)","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.set","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/set.html","searchKeys":["set","abstract operator fun set(key: String, value: Any)","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.set"]},{"name":"abstract val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/alphabet.html","searchKeys":["alphabet","abstract val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.alphabet"]},{"name":"abstract val r: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.r","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/r.html","searchKeys":["r","abstract val r: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.r"]},{"name":"abstract val s: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.s","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/s.html","searchKeys":["s","abstract val s: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.s"]},{"name":"abstract var CURVE: T$2","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.CURVE","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/-c-u-r-v-e.html","searchKeys":["CURVE","abstract var CURVE: T$2","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.CURVE"]},{"name":"abstract var Fp: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Fp","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/-fp.html","searchKeys":["Fp","abstract var Fp: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Fp"]},{"name":"abstract var Gx: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gx","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/-gx.html","searchKeys":["Gx","abstract var Gx: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gx"]},{"name":"abstract var Gy: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gy","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/-gy.html","searchKeys":["Gy","abstract var Gy: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.Gy"]},{"name":"abstract var ProjectivePoint: ProjectivePoint","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.ProjectivePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/-projective-point.html","searchKeys":["ProjectivePoint","abstract var ProjectivePoint: ProjectivePoint","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.ProjectivePoint"]},{"name":"abstract var Signature: SignatureConstructor","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/-signature.html","searchKeys":["Signature","abstract var Signature: SignatureConstructor","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.Signature"]},{"name":"abstract var a: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/a.html","searchKeys":["a","abstract var a: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.a"]},{"name":"abstract var a: BN","description":"org.hyperledger.identus.apollo.utils.external.EGCD.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/a.html","searchKeys":["a","abstract var a: BN","org.hyperledger.identus.apollo.utils.external.EGCD.a"]},{"name":"abstract var a: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/a.html","searchKeys":["a","abstract var a: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.a"]},{"name":"abstract var b: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/b.html","searchKeys":["b","abstract var b: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.b"]},{"name":"abstract var b: BN","description":"org.hyperledger.identus.apollo.utils.external.EGCD.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/b.html","searchKeys":["b","abstract var b: BN","org.hyperledger.identus.apollo.utils.external.EGCD.b"]},{"name":"abstract var b: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/b.html","searchKeys":["b","abstract var b: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.b"]},{"name":"abstract var beta: Any","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/beta.html","searchKeys":["beta","abstract var beta: Any","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.beta"]},{"name":"abstract var beta: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$1/beta.html","searchKeys":["beta","abstract var beta: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.beta"]},{"name":"abstract var create: (hash: Any) -> Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.create","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/create.html","searchKeys":["create","abstract var create: (hash: Any) -> Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.create"]},{"name":"abstract var doubles: Any","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.doubles","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/doubles.html","searchKeys":["doubles","abstract var doubles: Any","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.doubles"]},{"name":"abstract var entropy: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropy","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/entropy.html","searchKeys":["entropy","abstract var entropy: Any","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropy"]},{"name":"abstract var g: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/g.html","searchKeys":["g","abstract var g: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.g"]},{"name":"abstract var gRed: Boolean","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.gRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/g-red.html","searchKeys":["gRed","abstract var gRed: Boolean","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.gRed"]},{"name":"abstract var gcd: BN","description":"org.hyperledger.identus.apollo.utils.external.EGCD.gcd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/gcd.html","searchKeys":["gcd","abstract var gcd: BN","org.hyperledger.identus.apollo.utils.external.EGCD.gcd"]},{"name":"abstract var getPublicKey: (dynamic, isCompressed: Boolean?) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/get-public-key.html","searchKeys":["getPublicKey","abstract var getPublicKey: (dynamic, isCompressed: Boolean?) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getPublicKey"]},{"name":"abstract var getSharedSecret: (dynamic, dynamic, isCompressed: Boolean?) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getSharedSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/get-shared-secret.html","searchKeys":["getSharedSecret","abstract var getSharedSecret: (dynamic, dynamic, isCompressed: Boolean?) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.getSharedSecret"]},{"name":"abstract var h: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.h","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/h.html","searchKeys":["h","abstract var h: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.h"]},{"name":"abstract var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/hash.html","searchKeys":["hash","abstract var hash: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.hash"]},{"name":"abstract var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/hash.html","searchKeys":["hash","abstract var hash: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hash"]},{"name":"abstract var hmac: (key: Uint8Array, messages: Uint8Array) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hmac","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/hmac.html","searchKeys":["hmac","abstract var hmac: (key: Uint8Array, messages: Uint8Array) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hmac"]},{"name":"abstract var k1: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k1.html","searchKeys":["k1","abstract var k1: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1"]},{"name":"abstract var k1neg: Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k1neg.html","searchKeys":["k1neg","abstract var k1neg: Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k1neg"]},{"name":"abstract var k2: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k2.html","searchKeys":["k2","abstract var k2: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2"]},{"name":"abstract var k2neg: Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/k2neg.html","searchKeys":["k2neg","abstract var k2neg: Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0.k2neg"]},{"name":"abstract var k: BN","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.k","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/k.html","searchKeys":["k","abstract var k: BN","org.hyperledger.identus.apollo.utils.external.BN.MPrime.k"]},{"name":"abstract var lowS: Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.lowS","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/low-s.html","searchKeys":["lowS","abstract var lowS: Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.lowS"]},{"name":"abstract var m: Number","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.m","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/m.html","searchKeys":["m","abstract var m: Number","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.m"]},{"name":"abstract var n: BigInt","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/n.html","searchKeys":["n","abstract var n: BigInt","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.n"]},{"name":"abstract var n: Number","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/n.html","searchKeys":["n","abstract var n: Number","org.hyperledger.identus.apollo.utils.external.BN.MPrime.n"]},{"name":"abstract var n: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/n.html","searchKeys":["n","abstract var n: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.n"]},{"name":"abstract var nBitLength: Number","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nBitLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/n-bit-length.html","searchKeys":["nBitLength","abstract var nBitLength: Number","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nBitLength"]},{"name":"abstract var nByteLength: Number","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nByteLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/n-byte-length.html","searchKeys":["nByteLength","abstract var nByteLength: Number","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.nByteLength"]},{"name":"abstract var naf: Any","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.naf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/naf.html","searchKeys":["naf","abstract var naf: Any","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues.naf"]},{"name":"abstract var name: String","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.name","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/name.html","searchKeys":["name","abstract var name: String","org.hyperledger.identus.apollo.utils.external.BN.MPrime.name"]},{"name":"abstract var normPrivateKeyToScalar: (dynamic) -> Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$6.normPrivateKeyToScalar","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$6/norm-private-key-to-scalar.html","searchKeys":["normPrivateKeyToScalar","abstract var normPrivateKeyToScalar: (dynamic) -> Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$6.normPrivateKeyToScalar"]},{"name":"abstract var normPrivateKeyToScalar: (dynamic) -> BigInt","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.normPrivateKeyToScalar","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/norm-private-key-to-scalar.html","searchKeys":["normPrivateKeyToScalar","abstract var normPrivateKeyToScalar: (dynamic) -> BigInt","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.normPrivateKeyToScalar"]},{"name":"abstract var p: Any","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/p.html","searchKeys":["p","abstract var p: Any","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.p"]},{"name":"abstract var p: BN","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/p.html","searchKeys":["p","abstract var p: BN","org.hyperledger.identus.apollo.utils.external.BN.MPrime.p"]},{"name":"abstract var p: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/p.html","searchKeys":["p","abstract var p: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.p"]},{"name":"abstract var prime: BN.MPrime","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.prime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/prime.html","searchKeys":["prime","abstract var prime: BN.MPrime","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext.prime"]},{"name":"abstract var prime: String?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.prime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/prime.html","searchKeys":["prime","abstract var prime: String?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.prime"]},{"name":"abstract var publicKey: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.KeyPair.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-key-pair/public-key.html","searchKeys":["publicKey","abstract var publicKey: Uint8Array","org.hyperledger.identus.apollo.utils.external.KeyPair.publicKey"]},{"name":"abstract var randomBytes: (bytesLength: Number?) -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.randomBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/random-bytes.html","searchKeys":["randomBytes","abstract var randomBytes: (bytesLength: Number?) -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.randomBytes"]},{"name":"abstract var randomPrivateKey: () -> Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.randomPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/random-private-key.html","searchKeys":["randomPrivateKey","abstract var randomPrivateKey: () -> Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4.randomPrivateKey"]},{"name":"abstract var reason: String","description":"org.hyperledger.identus.apollo.utils.external.ec.T$1.reason","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-t$1/reason.html","searchKeys":["reason","abstract var reason: String","org.hyperledger.identus.apollo.utils.external.ec.T$1.reason"]},{"name":"abstract var result: Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.T$1.result","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-t$1/result.html","searchKeys":["result","abstract var result: Boolean","org.hyperledger.identus.apollo.utils.external.ec.T$1.result"]},{"name":"abstract var secretKey: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.KeyPair.secretKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-key-pair/secret-key.html","searchKeys":["secretKey","abstract var secretKey: Uint8Array","org.hyperledger.identus.apollo.utils.external.KeyPair.secretKey"]},{"name":"abstract var sign: (dynamic, dynamic, opts: Any?) -> SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/sign.html","searchKeys":["sign","abstract var sign: (dynamic, dynamic, opts: Any?) -> SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.sign"]},{"name":"abstract var splitScalar: (k: Any) -> T$0","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.splitScalar","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$1/split-scalar.html","searchKeys":["splitScalar","abstract var splitScalar: (k: Any) -> T$0","org.hyperledger.identus.apollo.utils.external.secp256k1.T$1.splitScalar"]},{"name":"abstract var type: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/type.html","searchKeys":["type","abstract var type: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.type"]},{"name":"abstract var utils: T$4","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.utils","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/utils.html","searchKeys":["utils","abstract var utils: T$4","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.utils"]},{"name":"abstract var verify: (signature: SignatureType, dynamic, dynamic, opts: Any?) -> Boolean","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/verify.html","searchKeys":["verify","abstract var verify: (signature: SignatureType, dynamic, dynamic, opts: Any?) -> Boolean","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5.verify"]},{"name":"abstract var x: String","description":"org.hyperledger.identus.apollo.utils.external.Coordinates.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-coordinates/x.html","searchKeys":["x","abstract var x: String","org.hyperledger.identus.apollo.utils.external.Coordinates.x"]},{"name":"abstract var y: String","description":"org.hyperledger.identus.apollo.utils.external.Coordinates.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-coordinates/y.html","searchKeys":["y","abstract var y: String","org.hyperledger.identus.apollo.utils.external.Coordinates.y"]},{"name":"class BigIntegerWrapper","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/index.html","searchKeys":["BigIntegerWrapper","class BigIntegerWrapper","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper"]},{"name":"class DerivationAxis","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/index.html","searchKeys":["DerivationAxis","class DerivationAxis","org.hyperledger.identus.apollo.derivation.DerivationAxis"]},{"name":"class ECDH","description":"org.hyperledger.identus.apollo.secp256k1.ECDH","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-h/index.html","searchKeys":["ECDH","class ECDH","org.hyperledger.identus.apollo.secp256k1.ECDH"]},{"name":"class ECDSA","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/index.html","searchKeys":["ECDSA","class ECDSA","org.hyperledger.identus.apollo.secp256k1.ECDSA"]},{"name":"class ECPrivateKeyDecodingException(message: String) : ECPrivateKeyException","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-decoding-exception/index.html","searchKeys":["ECPrivateKeyDecodingException","class ECPrivateKeyDecodingException(message: String) : ECPrivateKeyException","org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException"]},{"name":"class ECPrivateKeyInitializationException(message: String) : ECPrivateKeyException","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-initialization-exception/index.html","searchKeys":["ECPrivateKeyInitializationException","class ECPrivateKeyInitializationException(message: String) : ECPrivateKeyException","org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException"]},{"name":"class ECPublicKeyInitializationException(message: String) : ECPublicKeyException","description":"org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-public-key-initialization-exception/index.html","searchKeys":["ECPublicKeyInitializationException","class ECPublicKeyInitializationException(message: String) : ECPublicKeyException","org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException"]},{"name":"class HDKey(val privateKey: ByteArray? = null, val publicKey: ByteArray? = null, val chainCode: ByteArray? = null, val depth: Int = 0, val childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/index.html","searchKeys":["HDKey","class HDKey(val privateKey: ByteArray? = null, val publicKey: ByteArray? = null, val chainCode: ByteArray? = null, val depth: Int = 0, val childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.HDKey"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode"]},{"name":"class InvalidMnemonicCode(code: String) : RuntimeException","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/-invalid-mnemonic-code/index.html","searchKeys":["InvalidMnemonicCode","class InvalidMnemonicCode(code: String) : RuntimeException","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode"]},{"name":"class KMMECSecp256k1PrivateKey : Encodable","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/index.html","searchKeys":["KMMECSecp256k1PrivateKey","class KMMECSecp256k1PrivateKey : Encodable","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey"]},{"name":"class KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/index.html","searchKeys":["KMMECSecp256k1PublicKey","class KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class Mnemonic","description":"org.hyperledger.identus.apollo.derivation.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/index.html","searchKeys":["Mnemonic","class Mnemonic","org.hyperledger.identus.apollo.derivation.Mnemonic"]},{"name":"class MnemonicChecksumException(message: String?, cause: Throwable? = null) : MnemonicException","description":"org.hyperledger.identus.apollo.derivation.MnemonicChecksumException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-checksum-exception/index.html","searchKeys":["MnemonicChecksumException","class MnemonicChecksumException(message: String?, cause: Throwable? = null) : MnemonicException","org.hyperledger.identus.apollo.derivation.MnemonicChecksumException"]},{"name":"class MnemonicCode(val words: Array)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: Array)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicCode(val words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicCode(val words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicCode(val words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/index.html","searchKeys":["MnemonicCode","class MnemonicCode(val words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode"]},{"name":"class MnemonicHelper","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/index.html","searchKeys":["MnemonicHelper","class MnemonicHelper","org.hyperledger.identus.apollo.derivation.MnemonicHelper"]},{"name":"class MnemonicLengthException(message: String?, cause: Throwable? = null) : MnemonicException","description":"org.hyperledger.identus.apollo.derivation.MnemonicLengthException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-length-exception/index.html","searchKeys":["MnemonicLengthException","class MnemonicLengthException(message: String?, cause: Throwable? = null) : MnemonicException","org.hyperledger.identus.apollo.derivation.MnemonicLengthException"]},{"name":"class MnemonicWordException(message: String?, cause: Throwable? = null) : MnemonicException","description":"org.hyperledger.identus.apollo.derivation.MnemonicWordException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-word-exception/index.html","searchKeys":["MnemonicWordException","class MnemonicWordException(message: String?, cause: Throwable? = null) : MnemonicException","org.hyperledger.identus.apollo.derivation.MnemonicWordException"]},{"name":"class Secp256k1Exception : RuntimeException","description":"fr.acinq.secp256k1.Secp256k1Exception","location":"-apollo/fr.acinq.secp256k1/-secp256k1-exception/index.html","searchKeys":["Secp256k1Exception","class Secp256k1Exception : RuntimeException","fr.acinq.secp256k1.Secp256k1Exception"]},{"name":"class Secp256k1Exception : RuntimeException","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-exception/index.html","searchKeys":["Secp256k1Exception","class Secp256k1Exception : RuntimeException","org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception"]},{"name":"class Secp256k1Helper","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/index.html","searchKeys":["Secp256k1Helper","class Secp256k1Helper","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper"]},{"name":"const val BITCOIN_VERSIONS_PRIVATE: Int = 76066276","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PRIVATE","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-b-i-t-c-o-i-n_-v-e-r-s-i-o-n-s_-p-r-i-v-a-t-e.html","searchKeys":["BITCOIN_VERSIONS_PRIVATE","const val BITCOIN_VERSIONS_PRIVATE: Int = 76066276","org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PRIVATE"]},{"name":"const val BITCOIN_VERSIONS_PUBLIC: Int = 76067358","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PUBLIC","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-b-i-t-c-o-i-n_-v-e-r-s-i-o-n-s_-p-u-b-l-i-c.html","searchKeys":["BITCOIN_VERSIONS_PUBLIC","const val BITCOIN_VERSIONS_PUBLIC: Int = 76067358","org.hyperledger.identus.apollo.derivation.HDKey.Companion.BITCOIN_VERSIONS_PUBLIC"]},{"name":"const val FINGERPRINT: Int = 0","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.FINGERPRINT","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-f-i-n-g-e-r-p-r-i-n-t.html","searchKeys":["FINGERPRINT","const val FINGERPRINT: Int = 0","org.hyperledger.identus.apollo.derivation.HDKey.Companion.FINGERPRINT"]},{"name":"const val MASTER_SECRET: String","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.MASTER_SECRET","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/-m-a-s-t-e-r_-s-e-c-r-e-t.html","searchKeys":["MASTER_SECRET","const val MASTER_SECRET: String","org.hyperledger.identus.apollo.derivation.HDKey.Companion.MASTER_SECRET"]},{"name":"constructor()","description":"fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/fr.acinq.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor()","fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-mnemonic.html","searchKeys":["Mnemonic","constructor()","org.hyperledger.identus.apollo.derivation.Mnemonic.Mnemonic"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.MnemonicHelper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-mnemonic-helper.html","searchKeys":["MnemonicHelper","constructor()","org.hyperledger.identus.apollo.derivation.MnemonicHelper.MnemonicHelper"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.Hashe","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/-hashe.html","searchKeys":["Hashe","constructor()","org.hyperledger.identus.apollo.hashing.external.Hashe.Hashe"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.SHA512","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-s-h-a512.html","searchKeys":["SHA512","constructor()","org.hyperledger.identus.apollo.hashing.external.SHA512.SHA512"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.ECDH.ECDH","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-h/-e-c-d-h.html","searchKeys":["ECDH","constructor()","org.hyperledger.identus.apollo.secp256k1.ECDH.ECDH"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.ECDSA","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/-e-c-d-s-a.html","searchKeys":["ECDSA","constructor()","org.hyperledger.identus.apollo.secp256k1.ECDSA.ECDSA"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor()","org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Secp256k1Helper","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/-secp256k1-helper.html","searchKeys":["Secp256k1Helper","constructor()","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Secp256k1Helper"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.Secp256k1Lib","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/-secp256k1-lib.html","searchKeys":["Secp256k1Lib","constructor()","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.Secp256k1Lib"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/-base-point.html","searchKeys":["BasePoint","constructor()","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.BasePoint"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.curve.base.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/base.html","searchKeys":["base","constructor()","org.hyperledger.identus.apollo.utils.external.curve.base.base"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.BigInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-big-int/-big-int.html","searchKeys":["BigInt","constructor()","org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.BigInt"]},{"name":"constructor()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.ProjectivePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/-projective-point.html","searchKeys":["ProjectivePoint","constructor()","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.ProjectivePoint"]},{"name":"constructor(axes: List)","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.DerivationPath","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-derivation-path.html","searchKeys":["DerivationPath","constructor(axes: List)","org.hyperledger.identus.apollo.derivation.DerivationPath.DerivationPath"]},{"name":"constructor(bigInteger: BigInteger)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(bigInteger: BigInteger)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.SHA2","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/-s-h-a2.html","searchKeys":["SHA2","constructor(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean)","org.hyperledger.identus.apollo.hashing.external.SHA2.SHA2"]},{"name":"constructor(byte: Byte)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(byte: Byte)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.KMMEdPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/-k-m-m-ed-private-key.html","searchKeys":["KMMEdPrivateKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.KMMEdPrivateKey"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.KMMEdPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/-k-m-m-ed-public-key.html","searchKeys":["KMMEdPublicKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.KMMEdPublicKey"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.KMMX25519PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/-k-m-m-x25519-private-key.html","searchKeys":["KMMX25519PrivateKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.KMMX25519PrivateKey"]},{"name":"constructor(bytes: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.KMMX25519PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/-k-m-m-x25519-public-key.html","searchKeys":["KMMX25519PublicKey","constructor(bytes: ByteArray)","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.KMMX25519PublicKey"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(code: String)","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode.InvalidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/-invalid-mnemonic-code/-invalid-mnemonic-code.html","searchKeys":["InvalidMnemonicCode","constructor(code: String)","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.InvalidMnemonicCode.InvalidMnemonicCode"]},{"name":"constructor(conf: edwards.EdwardsConf)","description":"org.hyperledger.identus.apollo.utils.external.edwards.edwards","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/edwards.html","searchKeys":["edwards","constructor(conf: edwards.EdwardsConf)","org.hyperledger.identus.apollo.utils.external.edwards.edwards"]},{"name":"constructor(conf: short.ShortConf)","description":"org.hyperledger.identus.apollo.utils.external.short.short","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/short.html","searchKeys":["short","constructor(conf: short.ShortConf)","org.hyperledger.identus.apollo.utils.external.short.short"]},{"name":"constructor(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/-base-point.html","searchKeys":["BasePoint","constructor(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.base.BasePoint.BasePoint"]},{"name":"constructor(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.EdwardsPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/-edwards-point.html","searchKeys":["EdwardsPoint","constructor(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.EdwardsPoint"]},{"name":"constructor(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.ShortPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/-short-point.html","searchKeys":["ShortPoint","constructor(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.ShortPoint"]},{"name":"constructor(ec: ec, options: ec.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-key-pair.html","searchKeys":["KeyPair","constructor(ec: ec, options: ec.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.KeyPair"]},{"name":"constructor(eddsa: eddsa, params: eddsa.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-key-pair.html","searchKeys":["KeyPair","constructor(eddsa: eddsa, params: eddsa.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.KeyPair"]},{"name":"constructor(eddsa: eddsa, sig: Any)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html","searchKeys":["Signature","constructor(eddsa: eddsa, sig: Any)","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature"]},{"name":"constructor(eddsa: eddsa, sig: eddsa.Signature)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/-signature.html","searchKeys":["Signature","constructor(eddsa: eddsa, sig: eddsa.Signature)","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.Signature"]},{"name":"constructor(int: Int)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(int: Int)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(long: Long)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(long: Long)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(message: String)","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException.ECPrivateKeyDecodingException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-decoding-exception/-e-c-private-key-decoding-exception.html","searchKeys":["ECPrivateKeyDecodingException","constructor(message: String)","org.hyperledger.identus.apollo.utils.ECPrivateKeyDecodingException.ECPrivateKeyDecodingException"]},{"name":"constructor(message: String)","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException.ECPrivateKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-initialization-exception/-e-c-private-key-initialization-exception.html","searchKeys":["ECPrivateKeyInitializationException","constructor(message: String)","org.hyperledger.identus.apollo.utils.ECPrivateKeyInitializationException.ECPrivateKeyInitializationException"]},{"name":"constructor(message: String)","description":"org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException.ECPublicKeyInitializationException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-public-key-initialization-exception/-e-c-public-key-initialization-exception.html","searchKeys":["ECPublicKeyInitializationException","constructor(message: String)","org.hyperledger.identus.apollo.utils.ECPublicKeyInitializationException.ECPublicKeyInitializationException"]},{"name":"constructor(message: String?)","description":"fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/fr.acinq.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor(message: String?)","fr.acinq.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor(message: String?)","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-exception/-secp256k1-exception.html","searchKeys":["Secp256k1Exception","constructor(message: String?)","org.hyperledger.identus.apollo.secp256k1.Secp256k1Exception.Secp256k1Exception"]},{"name":"constructor(message: String?, cause: Throwable? = null)","description":"org.hyperledger.identus.apollo.derivation.MnemonicChecksumException.MnemonicChecksumException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-checksum-exception/-mnemonic-checksum-exception.html","searchKeys":["MnemonicChecksumException","constructor(message: String?, cause: Throwable? = null)","org.hyperledger.identus.apollo.derivation.MnemonicChecksumException.MnemonicChecksumException"]},{"name":"constructor(message: String?, cause: Throwable? = null)","description":"org.hyperledger.identus.apollo.derivation.MnemonicLengthException.MnemonicLengthException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-length-exception/-mnemonic-length-exception.html","searchKeys":["MnemonicLengthException","constructor(message: String?, cause: Throwable? = null)","org.hyperledger.identus.apollo.derivation.MnemonicLengthException.MnemonicLengthException"]},{"name":"constructor(message: String?, cause: Throwable? = null)","description":"org.hyperledger.identus.apollo.derivation.MnemonicWordException.MnemonicWordException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-word-exception/-mnemonic-word-exception.html","searchKeys":["MnemonicWordException","constructor(message: String?, cause: Throwable? = null)","org.hyperledger.identus.apollo.derivation.MnemonicWordException.MnemonicWordException"]},{"name":"constructor(name: String)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.eddsa","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/eddsa.html","searchKeys":["eddsa","constructor(name: String)","org.hyperledger.identus.apollo.utils.external.eddsa.eddsa"]},{"name":"constructor(number: Array)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Array, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Array, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: BN, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: BN, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Number, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Number, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: String, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: String, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, base: Number = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, base: Number = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, base: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.BN.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-b-n.html","searchKeys":["BN","constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.BN.BN"]},{"name":"constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, base: String = definedExternally, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(number: Uint8Array, endian: String = definedExternally)","description":"org.hyperledger.identus.apollo.utils.external.RedBN.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/-red-b-n.html","searchKeys":["RedBN","constructor(number: Uint8Array, endian: String = definedExternally)","org.hyperledger.identus.apollo.utils.external.RedBN.RedBN"]},{"name":"constructor(options: PresetCurve)","description":"org.hyperledger.identus.apollo.utils.external.ec.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/ec.html","searchKeys":["ec","constructor(options: PresetCurve)","org.hyperledger.identus.apollo.utils.external.ec.ec"]},{"name":"constructor(options: PresetCurve.Options)","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.PresetCurve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-preset-curve.html","searchKeys":["PresetCurve","constructor(options: PresetCurve.Options)","org.hyperledger.identus.apollo.utils.external.PresetCurve.PresetCurve"]},{"name":"constructor(options: String)","description":"org.hyperledger.identus.apollo.utils.external.ec.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/ec.html","searchKeys":["ec","constructor(options: String)","org.hyperledger.identus.apollo.utils.external.ec.ec"]},{"name":"constructor(privateKey: ByteArray? = null, publicKey: ByteArray? = null, chainCode: ByteArray? = null, depth: Int = 0, childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.HDKey.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-h-d-key.html","searchKeys":["HDKey","constructor(privateKey: ByteArray? = null, publicKey: ByteArray? = null, chainCode: ByteArray? = null, depth: Int = 0, childIndex: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.HDKey.HDKey"]},{"name":"constructor(r: BN, s: BN)","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/-signature.html","searchKeys":["Signature","constructor(r: BN, s: BN)","org.hyperledger.identus.apollo.utils.external.ec.Signature.Signature"]},{"name":"constructor(raw: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.KMMECSecp256k1PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/-k-m-m-e-c-secp256k1-private-key.html","searchKeys":["KMMECSecp256k1PrivateKey","constructor(raw: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.KMMECSecp256k1PrivateKey"]},{"name":"constructor(raw: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.KMMECSecp256k1PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/-k-m-m-e-c-secp256k1-public-key.html","searchKeys":["KMMECSecp256k1PublicKey","constructor(raw: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.KMMECSecp256k1PublicKey"]},{"name":"constructor(seed: ByteArray, depth: Int, childIndex: BigIntegerWrapper)","description":"org.hyperledger.identus.apollo.derivation.HDKey.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-h-d-key.html","searchKeys":["HDKey","constructor(seed: ByteArray, depth: Int, childIndex: BigIntegerWrapper)","org.hyperledger.identus.apollo.derivation.HDKey.HDKey"]},{"name":"constructor(seed: ByteArray, depth: Int, childIndex: Int)","description":"org.hyperledger.identus.apollo.derivation.HDKey.HDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-h-d-key.html","searchKeys":["HDKey","constructor(seed: ByteArray, depth: Int, childIndex: Int)","org.hyperledger.identus.apollo.derivation.HDKey.HDKey"]},{"name":"constructor(short: Short)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(short: Short)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(string: String)","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/-big-integer-wrapper.html","searchKeys":["BigIntegerWrapper","constructor(string: String)","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.BigIntegerWrapper"]},{"name":"constructor(type: String, conf: base.BaseCurveOptions)","description":"org.hyperledger.identus.apollo.utils.external.base.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/base.html","searchKeys":["base","constructor(type: String, conf: base.BaseCurveOptions)","org.hyperledger.identus.apollo.utils.external.base.base"]},{"name":"constructor(versions: Pair, chainCode: ByteArray, depth: Int, parentFingerprint: Int?, index: BigInteger, privateKey: ByteArray? = null, publicKey: ByteArray? = null)","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.HDKeyOptions","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/-h-d-key-options.html","searchKeys":["HDKeyOptions","constructor(versions: Pair, chainCode: ByteArray, depth: Int, parentFingerprint: Int?, index: BigInteger, privateKey: ByteArray? = null, publicKey: ByteArray? = null)","org.hyperledger.identus.apollo.derivation.HDKeyOptions.HDKeyOptions"]},{"name":"constructor(words: Array)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: Array)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(words: List)","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/-mnemonic-code.html","searchKeys":["MnemonicCode","constructor(words: List)","org.hyperledger.identus.apollo.derivation.MnemonicCode.MnemonicCode"]},{"name":"constructor(x: BN, y: BN)","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS.KMMECPointJS","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/-k-m-m-e-c-point-j-s.html","searchKeys":["KMMECPointJS","constructor(x: BN, y: BN)","org.hyperledger.identus.apollo.utils.KMMECPointJS.KMMECPointJS"]},{"name":"constructor(x: ByteArray, y: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.KMMECPoint","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/-k-m-m-e-c-point.html","searchKeys":["KMMECPoint","constructor(x: ByteArray, y: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECPoint.KMMECPoint"]},{"name":"data class DerivationPath(val axes: List)","description":"org.hyperledger.identus.apollo.derivation.DerivationPath","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/index.html","searchKeys":["DerivationPath","data class DerivationPath(val axes: List)","org.hyperledger.identus.apollo.derivation.DerivationPath"]},{"name":"data class HDKeyOptions(val versions: Pair, val chainCode: ByteArray, val depth: Int, val parentFingerprint: Int?, val index: BigInteger, var privateKey: ByteArray? = null, var publicKey: ByteArray? = null)","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/index.html","searchKeys":["HDKeyOptions","data class HDKeyOptions(val versions: Pair, val chainCode: ByteArray, val depth: Int, val parentFingerprint: Int?, val index: BigInteger, var privateKey: ByteArray? = null, var publicKey: ByteArray? = null)","org.hyperledger.identus.apollo.derivation.HDKeyOptions"]},{"name":"data class KMMECPoint(val x: ByteArray, val y: ByteArray)","description":"org.hyperledger.identus.apollo.utils.KMMECPoint","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/index.html","searchKeys":["KMMECPoint","data class KMMECPoint(val x: ByteArray, val y: ByteArray)","org.hyperledger.identus.apollo.utils.KMMECPoint"]},{"name":"data class KMMECPointJS(val x: BN, val y: BN)","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/index.html","searchKeys":["KMMECPointJS","data class KMMECPointJS(val x: BN, val y: BN)","org.hyperledger.identus.apollo.utils.KMMECPointJS"]},{"name":"enum KMMEllipticCurve : Enum ","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/index.html","searchKeys":["KMMEllipticCurve","enum KMMEllipticCurve : Enum ","org.hyperledger.identus.apollo.utils.KMMEllipticCurve"]},{"name":"expect class EdHDKey(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.EdHDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/index.html","searchKeys":["EdHDKey","expect class EdHDKey(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.EdHDKey"]},{"name":"expect class KMMEdKeyPair(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/index.html","searchKeys":["KMMEdKeyPair","expect class KMMEdKeyPair(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","org.hyperledger.identus.apollo.utils.KMMEdKeyPair"]},{"name":"expect class KMMEdPrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/index.html","searchKeys":["KMMEdPrivateKey","expect class KMMEdPrivateKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey"]},{"name":"expect class KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/index.html","searchKeys":["KMMEdPublicKey","expect class KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdPublicKey"]},{"name":"expect class KMMX25519KeyPair(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/index.html","searchKeys":["KMMX25519KeyPair","expect class KMMX25519KeyPair(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair"]},{"name":"expect class KMMX25519PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/index.html","searchKeys":["KMMX25519PrivateKey","expect class KMMX25519PrivateKey","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey"]},{"name":"expect class KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/index.html","searchKeys":["KMMX25519PublicKey","expect class KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey"]},{"name":"expect class Secp256k1Lib","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/index.html","searchKeys":["Secp256k1Lib","expect class Secp256k1Lib","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib"]},{"name":"expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/index.html","searchKeys":["SecureRandom","expect class SecureRandom(seed: ByteArray = ByteArray(0)) : SecureRandomInterface","org.hyperledger.identus.apollo.securerandom.SecureRandom"]},{"name":"expect constructor(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.EdHDKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/-ed-h-d-key.html","searchKeys":["EdHDKey","expect constructor(privateKey: ByteArray, chainCode: ByteArray, depth: Int = 0, index: BigIntegerWrapper = BigIntegerWrapper(0))","org.hyperledger.identus.apollo.derivation.EdHDKey.EdHDKey"]},{"name":"expect constructor(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.KMMEdKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-k-m-m-ed-key-pair.html","searchKeys":["KMMEdKeyPair","expect constructor(privateKey: KMMEdPrivateKey, publicKey: KMMEdPublicKey)","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.KMMEdKeyPair"]},{"name":"expect constructor(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.KMMX25519KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-k-m-m-x25519-key-pair.html","searchKeys":["KMMX25519KeyPair","expect constructor(privateKey: KMMX25519PrivateKey, publicKey: KMMX25519PublicKey)","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.KMMX25519KeyPair"]},{"name":"expect constructor(seed: ByteArray = ByteArray(0))","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.SecureRandom","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-secure-random.html","searchKeys":["SecureRandom","expect constructor(seed: ByteArray = ByteArray(0))","org.hyperledger.identus.apollo.securerandom.SecureRandom.SecureRandom"]},{"name":"expect fun compressPublicKey(uncompressed: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.compressPublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/compress-public-key.html","searchKeys":["compressPublicKey","expect fun compressPublicKey(uncompressed: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.compressPublicKey"]},{"name":"expect fun createPublicKey(privateKey: ByteArray, compressed: Boolean): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.createPublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/create-public-key.html","searchKeys":["createPublicKey","expect fun createPublicKey(privateKey: ByteArray, compressed: Boolean): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.createPublicKey"]},{"name":"expect fun derive(p: String, s: String, c: Int, dkLen: Int): ByteArray","description":"org.hyperledger.identus.apollo.hashing.PBKDF2SHA512.derive","location":"-apollo/org.hyperledger.identus.apollo.hashing/-p-b-k-d-f2-s-h-a512/derive.html","searchKeys":["derive","expect fun derive(p: String, s: String, c: Int, dkLen: Int): ByteArray","org.hyperledger.identus.apollo.hashing.PBKDF2SHA512.derive"]},{"name":"expect fun derive(path: String): EdHDKey","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.derive","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/derive.html","searchKeys":["derive","expect fun derive(path: String): EdHDKey","org.hyperledger.identus.apollo.derivation.EdHDKey.derive"]},{"name":"expect fun deriveChild(wrappedIndex: BigIntegerWrapper): EdHDKey","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.deriveChild","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/derive-child.html","searchKeys":["deriveChild","expect fun deriveChild(wrappedIndex: BigIntegerWrapper): EdHDKey","org.hyperledger.identus.apollo.derivation.EdHDKey.deriveChild"]},{"name":"expect fun derivePrivateKey(privateKeyBytes: ByteArray, derivedPrivateKeyBytes: ByteArray): ByteArray?","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.derivePrivateKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/derive-private-key.html","searchKeys":["derivePrivateKey","expect fun derivePrivateKey(privateKeyBytes: ByteArray, derivedPrivateKeyBytes: ByteArray): ByteArray?","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.derivePrivateKey"]},{"name":"expect fun initFromSeed(seed: ByteArray): EdHDKey","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.Companion.initFromSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/-companion/init-from-seed.html","searchKeys":["initFromSeed","expect fun initFromSeed(seed: ByteArray): EdHDKey","org.hyperledger.identus.apollo.derivation.EdHDKey.Companion.initFromSeed"]},{"name":"expect fun sign(message: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/sign.html","searchKeys":["sign","expect fun sign(message: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.sign"]},{"name":"expect fun sign(message: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.sign","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/sign.html","searchKeys":["sign","expect fun sign(message: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.sign"]},{"name":"expect fun sign(privateKey: ByteArray, data: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.sign","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/sign.html","searchKeys":["sign","expect fun sign(privateKey: ByteArray, data: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.sign"]},{"name":"expect fun uncompressPublicKey(compressed: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.uncompressPublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/uncompress-public-key.html","searchKeys":["uncompressPublicKey","expect fun uncompressPublicKey(compressed: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.uncompressPublicKey"]},{"name":"expect fun verify(message: ByteArray, sig: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/verify.html","searchKeys":["verify","expect fun verify(message: ByteArray, sig: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.verify"]},{"name":"expect fun verify(message: ByteArray, sig: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/verify.html","searchKeys":["verify","expect fun verify(message: ByteArray, sig: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.verify"]},{"name":"expect fun verify(publicKey: ByteArray, signature: ByteArray, data: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.verify","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-lib/verify.html","searchKeys":["verify","expect fun verify(publicKey: ByteArray, signature: ByteArray, data: ByteArray): Boolean","org.hyperledger.identus.apollo.secp256k1.Secp256k1Lib.verify"]},{"name":"expect fun x25519PrivateKey(): KMMX25519PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.x25519PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/x25519-private-key.html","searchKeys":["x25519PrivateKey","expect fun x25519PrivateKey(): KMMX25519PrivateKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.x25519PrivateKey"]},{"name":"expect object Companion","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/-companion/index.html","searchKeys":["Companion","expect object Companion","org.hyperledger.identus.apollo.derivation.EdHDKey.Companion"]},{"name":"expect object Companion : Ed25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-companion/index.html","searchKeys":["Companion","expect object Companion : Ed25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion"]},{"name":"expect object Companion : SecureRandomStaticInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-companion/index.html","searchKeys":["Companion","expect object Companion : SecureRandomStaticInterface","org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion"]},{"name":"expect object Companion : X25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-companion/index.html","searchKeys":["Companion","expect object Companion : X25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion"]},{"name":"expect object PBKDF2SHA512","description":"org.hyperledger.identus.apollo.hashing.PBKDF2SHA512","location":"-apollo/org.hyperledger.identus.apollo.hashing/-p-b-k-d-f2-s-h-a512/index.html","searchKeys":["PBKDF2SHA512","expect object PBKDF2SHA512","org.hyperledger.identus.apollo.hashing.PBKDF2SHA512"]},{"name":"expect object Platform","description":"org.hyperledger.identus.apollo.Platform","location":"-apollo/org.hyperledger.identus.apollo/-platform/index.html","searchKeys":["Platform","expect object Platform","org.hyperledger.identus.apollo.Platform"]},{"name":"expect val OS: String","description":"org.hyperledger.identus.apollo.Platform.OS","location":"-apollo/org.hyperledger.identus.apollo/-platform/-o-s.html","searchKeys":["OS","expect val OS: String","org.hyperledger.identus.apollo.Platform.OS"]},{"name":"expect val chainCode: ByteArray","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.chainCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/chain-code.html","searchKeys":["chainCode","expect val chainCode: ByteArray","org.hyperledger.identus.apollo.derivation.EdHDKey.chainCode"]},{"name":"expect val depth: Int","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.depth","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/depth.html","searchKeys":["depth","expect val depth: Int","org.hyperledger.identus.apollo.derivation.EdHDKey.depth"]},{"name":"expect val index: BigIntegerWrapper","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.index","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/--index--.html","searchKeys":["index","expect val index: BigIntegerWrapper","org.hyperledger.identus.apollo.derivation.EdHDKey.index"]},{"name":"expect val privateKey: ByteArray","description":"org.hyperledger.identus.apollo.derivation.EdHDKey.privateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-ed-h-d-key/private-key.html","searchKeys":["privateKey","expect val privateKey: ByteArray","org.hyperledger.identus.apollo.derivation.EdHDKey.privateKey"]},{"name":"expect val privateKey: KMMEdPrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.privateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/private-key.html","searchKeys":["privateKey","expect val privateKey: KMMEdPrivateKey","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.privateKey"]},{"name":"expect val privateKey: KMMX25519PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.privateKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/private-key.html","searchKeys":["privateKey","expect val privateKey: KMMX25519PrivateKey","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.privateKey"]},{"name":"expect val publicKey: KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/public-key.html","searchKeys":["publicKey","expect val publicKey: KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.publicKey"]},{"name":"expect val publicKey: KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/public-key.html","searchKeys":["publicKey","expect val publicKey: KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.publicKey"]},{"name":"expect val seed: ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.seed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/seed.html","searchKeys":["seed","expect val seed: ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.seed"]},{"name":"external class BigInt","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-big-int/index.html","searchKeys":["BigInt","external class BigInt","org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt"]},{"name":"external class ProjectivePoint","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/index.html","searchKeys":["ProjectivePoint","external class ProjectivePoint","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint"]},{"name":"external fun generateKeyPair(prng: dynamic = definedExternally): KeyPair","description":"org.hyperledger.identus.apollo.utils.external.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/generate-key-pair.html","searchKeys":["generateKeyPair","external fun generateKeyPair(prng: dynamic = definedExternally): KeyPair","org.hyperledger.identus.apollo.utils.external.generateKeyPair"]},{"name":"external fun generateKeyPairFromSeed(seed: Uint8Array): KeyPair","description":"org.hyperledger.identus.apollo.utils.external.generateKeyPairFromSeed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/generate-key-pair-from-seed.html","searchKeys":["generateKeyPairFromSeed","external fun generateKeyPairFromSeed(seed: Uint8Array): KeyPair","org.hyperledger.identus.apollo.utils.external.generateKeyPairFromSeed"]},{"name":"external fun pbkdf2(hash: Any, password: String, salt: String, opts: dynamic): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.pbkdf2","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/pbkdf2.html","searchKeys":["pbkdf2","external fun pbkdf2(hash: Any, password: String, salt: String, opts: dynamic): Uint8Array","org.hyperledger.identus.apollo.hashing.external.pbkdf2"]},{"name":"external fun rand(len: Number): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.rand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/rand.html","searchKeys":["rand","external fun rand(len: Number): Uint8Array","org.hyperledger.identus.apollo.utils.external.rand"]},{"name":"external fun scalarMult(n: Uint8Array, p: Uint8Array): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.scalarMult","location":"-apollo/org.hyperledger.identus.apollo.utils.external/scalar-mult.html","searchKeys":["scalarMult","external fun scalarMult(n: Uint8Array, p: Uint8Array): Uint8Array","org.hyperledger.identus.apollo.utils.external.scalarMult"]},{"name":"external fun scalarMultBase(n: Uint8Array): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.scalarMultBase","location":"-apollo/org.hyperledger.identus.apollo.utils.external/scalar-mult-base.html","searchKeys":["scalarMultBase","external fun scalarMultBase(n: Uint8Array): Uint8Array","org.hyperledger.identus.apollo.utils.external.scalarMultBase"]},{"name":"external fun sharedKey(mySecretKey: Uint8Array, theirPublicKey: Uint8Array, rejectZero: Boolean = definedExternally): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.sharedKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/shared-key.html","searchKeys":["sharedKey","external fun sharedKey(mySecretKey: Uint8Array, theirPublicKey: Uint8Array, rejectZero: Boolean = definedExternally): Uint8Array","org.hyperledger.identus.apollo.utils.external.sharedKey"]},{"name":"external interface Coordinates","description":"org.hyperledger.identus.apollo.utils.external.Coordinates","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-coordinates/index.html","searchKeys":["Coordinates","external interface Coordinates","org.hyperledger.identus.apollo.utils.external.Coordinates"]},{"name":"external interface EGCD","description":"org.hyperledger.identus.apollo.utils.external.EGCD","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-e-g-c-d/index.html","searchKeys":["EGCD","external interface EGCD","org.hyperledger.identus.apollo.utils.external.EGCD"]},{"name":"external interface KeyPair","description":"org.hyperledger.identus.apollo.utils.external.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-key-pair/index.html","searchKeys":["KeyPair","external interface KeyPair","org.hyperledger.identus.apollo.utils.external.KeyPair"]},{"name":"external interface SignatureConstructor","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-constructor/index.html","searchKeys":["SignatureConstructor","external interface SignatureConstructor","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureConstructor"]},{"name":"external interface SignatureType","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/index.html","searchKeys":["SignatureType","external interface SignatureType","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType"]},{"name":"external interface T$0","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$0","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$0/index.html","searchKeys":["T$0","external interface T$0","org.hyperledger.identus.apollo.utils.external.secp256k1.T$0"]},{"name":"external interface T$1","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$1","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$1/index.html","searchKeys":["T$1","external interface T$1","org.hyperledger.identus.apollo.utils.external.secp256k1.T$1"]},{"name":"external interface T$2","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/index.html","searchKeys":["T$2","external interface T$2","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2"]},{"name":"external interface T$4","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$4","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$4/index.html","searchKeys":["T$4","external interface T$4","org.hyperledger.identus.apollo.utils.external.secp256k1.T$4"]},{"name":"external interface T$5","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$5","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$5/index.html","searchKeys":["T$5","external interface T$5","org.hyperledger.identus.apollo.utils.external.secp256k1.T$5"]},{"name":"external interface T$6","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$6","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$6/index.html","searchKeys":["T$6","external interface T$6","org.hyperledger.identus.apollo.utils.external.secp256k1.T$6"]},{"name":"external interface ed25519_bip32_export","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32_export/index.html","searchKeys":["ed25519_bip32_export","external interface ed25519_bip32_export","org.hyperledger.identus.apollo.utils.external.ed25519_bip32_export"]},{"name":"external object curve","description":"org.hyperledger.identus.apollo.utils.external.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/index.html","searchKeys":["curve","external object curve","org.hyperledger.identus.apollo.utils.external.curve"]},{"name":"external object sha384","description":"org.hyperledger.identus.apollo.hashing.external.sha384","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/index.html","searchKeys":["sha384","external object sha384","org.hyperledger.identus.apollo.hashing.external.sha384"]},{"name":"external object sha512","description":"org.hyperledger.identus.apollo.hashing.external.sha512","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/index.html","searchKeys":["sha512","external object sha512","org.hyperledger.identus.apollo.hashing.external.sha512"]},{"name":"external object sha512_224","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/index.html","searchKeys":["sha512_224","external object sha512_224","org.hyperledger.identus.apollo.hashing.external.sha512_224"]},{"name":"external object sha512_256","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/index.html","searchKeys":["sha512_256","external object sha512_256","org.hyperledger.identus.apollo.hashing.external.sha512_256"]},{"name":"external val ed25519_bip32: ed25519_bip32_export","description":"org.hyperledger.identus.apollo.utils.external.ed25519_bip32","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ed25519_bip32.html","searchKeys":["ed25519_bip32","external val ed25519_bip32: ed25519_bip32_export","org.hyperledger.identus.apollo.utils.external.ed25519_bip32"]},{"name":"external var PUBLIC_KEY_LENGTH: Any","description":"org.hyperledger.identus.apollo.utils.external.PUBLIC_KEY_LENGTH","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-p-u-b-l-i-c_-k-e-y_-l-e-n-g-t-h.html","searchKeys":["PUBLIC_KEY_LENGTH","external var PUBLIC_KEY_LENGTH: Any","org.hyperledger.identus.apollo.utils.external.PUBLIC_KEY_LENGTH"]},{"name":"external var SECRET_KEY_LENGTH: Any","description":"org.hyperledger.identus.apollo.utils.external.SECRET_KEY_LENGTH","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-s-e-c-r-e-t_-k-e-y_-l-e-n-g-t-h.html","searchKeys":["SECRET_KEY_LENGTH","external var SECRET_KEY_LENGTH: Any","org.hyperledger.identus.apollo.utils.external.SECRET_KEY_LENGTH"]},{"name":"external var SHARED_KEY_LENGTH: Any","description":"org.hyperledger.identus.apollo.utils.external.SHARED_KEY_LENGTH","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-s-h-a-r-e-d_-k-e-y_-l-e-n-g-t-h.html","searchKeys":["SHARED_KEY_LENGTH","external var SHARED_KEY_LENGTH: Any","org.hyperledger.identus.apollo.utils.external.SHARED_KEY_LENGTH"]},{"name":"external var secp256k1: T$5","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.secp256k1","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/secp256k1.html","searchKeys":["secp256k1","external var secp256k1: T$5","org.hyperledger.identus.apollo.utils.external.secp256k1.secp256k1"]},{"name":"external var utils: Any","description":"org.hyperledger.identus.apollo.utils.external.utils","location":"-apollo/org.hyperledger.identus.apollo.utils.external/utils.html","searchKeys":["utils","external var utils: Any","org.hyperledger.identus.apollo.utils.external.utils"]},{"name":"external var version: Number","description":"org.hyperledger.identus.apollo.utils.external.version","location":"-apollo/org.hyperledger.identus.apollo.utils.external/version.html","searchKeys":["version","external var version: Number","org.hyperledger.identus.apollo.utils.external.version"]},{"name":"fun ArrayBuffer.toByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-byte-array.html","searchKeys":["toByteArray","fun ArrayBuffer.toByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toByteArray"]},{"name":"fun BigInteger.toJavaBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toJavaBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[android]to-java-big-integer.html","searchKeys":["toJavaBigInteger","fun BigInteger.toJavaBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toJavaBigInteger"]},{"name":"fun BigInteger.toJavaBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toJavaBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[jvm]to-java-big-integer.html","searchKeys":["toJavaBigInteger","fun BigInteger.toJavaBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toJavaBigInteger"]},{"name":"fun BigInteger.toKotlinBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toKotlinBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[android]to-kotlin-big-integer.html","searchKeys":["toKotlinBigInteger","fun BigInteger.toKotlinBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toKotlinBigInteger"]},{"name":"fun BigInteger.toKotlinBigInteger(): BigInteger","description":"org.hyperledger.identus.apollo.utils.toKotlinBigInteger","location":"-apollo/org.hyperledger.identus.apollo.utils/[jvm]to-kotlin-big-integer.html","searchKeys":["toKotlinBigInteger","fun BigInteger.toKotlinBigInteger(): BigInteger","org.hyperledger.identus.apollo.utils.toKotlinBigInteger"]},{"name":"fun BigInteger.toUnsignedByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toUnsignedByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/[android]to-unsigned-byte-array.html","searchKeys":["toUnsignedByteArray","fun BigInteger.toUnsignedByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toUnsignedByteArray"]},{"name":"fun BigInteger.toUnsignedByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toUnsignedByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/[jvm]to-unsigned-byte-array.html","searchKeys":["toUnsignedByteArray","fun BigInteger.toUnsignedByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toUnsignedByteArray"]},{"name":"fun Buffer.toByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-byte-array.html","searchKeys":["toByteArray","fun Buffer.toByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toByteArray"]},{"name":"fun ByteArray.asCharArray(): CharArray","description":"org.hyperledger.identus.apollo.base64.asCharArray","location":"-apollo/org.hyperledger.identus.apollo.base64/as-char-array.html","searchKeys":["asCharArray","fun ByteArray.asCharArray(): CharArray","org.hyperledger.identus.apollo.base64.asCharArray"]},{"name":"fun ByteArray.asUint8Array(): Uint8Array","description":"org.hyperledger.identus.apollo.utils.asUint8Array","location":"-apollo/org.hyperledger.identus.apollo.utils/as-uint8-array.html","searchKeys":["asUint8Array","fun ByteArray.asUint8Array(): Uint8Array","org.hyperledger.identus.apollo.utils.asUint8Array"]},{"name":"fun ByteArray.padStart(length: Int, padValue: Byte): ByteArray","description":"org.hyperledger.identus.apollo.utils.padStart","location":"-apollo/org.hyperledger.identus.apollo.utils/pad-start.html","searchKeys":["padStart","fun ByteArray.padStart(length: Int, padValue: Byte): ByteArray","org.hyperledger.identus.apollo.utils.padStart"]},{"name":"fun ByteArray.toArrayBuffer(): ArrayBuffer","description":"org.hyperledger.identus.apollo.utils.toArrayBuffer","location":"-apollo/org.hyperledger.identus.apollo.utils/to-array-buffer.html","searchKeys":["toArrayBuffer","fun ByteArray.toArrayBuffer(): ArrayBuffer","org.hyperledger.identus.apollo.utils.toArrayBuffer"]},{"name":"fun ByteArray.toHexString(): String","description":"org.hyperledger.identus.apollo.utils.toHexString","location":"-apollo/org.hyperledger.identus.apollo.utils/to-hex-string.html","searchKeys":["toHexString","fun ByteArray.toHexString(): String","org.hyperledger.identus.apollo.utils.toHexString"]},{"name":"fun ByteArray.toNSData(): NSData","description":"org.hyperledger.identus.apollo.utils.toNSData","location":"-apollo/org.hyperledger.identus.apollo.utils/to-n-s-data.html","searchKeys":["toNSData","fun ByteArray.toNSData(): NSData","org.hyperledger.identus.apollo.utils.toNSData"]},{"name":"fun CArrayPointer.toUByteArray(length: Int): UByteArray","description":"org.hyperledger.identus.apollo.utils.toUByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-u-byte-array.html","searchKeys":["toUByteArray","fun CArrayPointer.toUByteArray(length: Int): UByteArray","org.hyperledger.identus.apollo.utils.toUByteArray"]},{"name":"fun Int.toNSNumber(): NSNumber","description":"org.hyperledger.identus.apollo.utils.toNSNumber","location":"-apollo/org.hyperledger.identus.apollo.utils/to-n-s-number.html","searchKeys":["toNSNumber","fun Int.toNSNumber(): NSNumber","org.hyperledger.identus.apollo.utils.toNSNumber"]},{"name":"fun NSData.toByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.toByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/to-byte-array.html","searchKeys":["toByteArray","fun NSData.toByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.toByteArray"]},{"name":"fun NSNumber.toKotlinInt(): Int","description":"org.hyperledger.identus.apollo.utils.toKotlinInt","location":"-apollo/org.hyperledger.identus.apollo.utils/to-kotlin-int.html","searchKeys":["toKotlinInt","fun NSNumber.toKotlinInt(): Int","org.hyperledger.identus.apollo.utils.toKotlinInt"]},{"name":"fun NSString.toKotlinString(): String","description":"org.hyperledger.identus.apollo.utils.toKotlinString","location":"-apollo/org.hyperledger.identus.apollo.utils/to-kotlin-string.html","searchKeys":["toKotlinString","fun NSString.toKotlinString(): String","org.hyperledger.identus.apollo.utils.toKotlinString"]},{"name":"fun String.decodeHex(): ByteArray","description":"org.hyperledger.identus.apollo.utils.decodeHex","location":"-apollo/org.hyperledger.identus.apollo.utils/decode-hex.html","searchKeys":["decodeHex","fun String.decodeHex(): ByteArray","org.hyperledger.identus.apollo.utils.decodeHex"]},{"name":"fun String.toNSString(): NSString","description":"org.hyperledger.identus.apollo.utils.toNSString","location":"-apollo/org.hyperledger.identus.apollo.utils/to-n-s-string.html","searchKeys":["toNSString","fun String.toNSString(): NSString","org.hyperledger.identus.apollo.utils.toNSString"]},{"name":"fun UByteArray.toCArrayPointer(memScope: MemScope): CArrayPointer","description":"org.hyperledger.identus.apollo.utils.toCArrayPointer","location":"-apollo/org.hyperledger.identus.apollo.utils/to-c-array-pointer.html","searchKeys":["toCArrayPointer","fun UByteArray.toCArrayPointer(memScope: MemScope): CArrayPointer","org.hyperledger.identus.apollo.utils.toCArrayPointer"]},{"name":"fun Uint8Array.asByteArray(): ByteArray","description":"org.hyperledger.identus.apollo.utils.asByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/as-byte-array.html","searchKeys":["asByteArray","fun Uint8Array.asByteArray(): ByteArray","org.hyperledger.identus.apollo.utils.asByteArray"]},{"name":"fun _require(name: String): dynamic","description":"org.hyperledger.identus.apollo.utils._require","location":"-apollo/org.hyperledger.identus.apollo.utils/_require.html","searchKeys":["_require","fun _require(name: String): dynamic","org.hyperledger.identus.apollo.utils._require"]},{"name":"fun compact2der(sig: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.compact2der","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/compact2der.html","searchKeys":["compact2der","fun compact2der(sig: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDSA.compact2der"]},{"name":"fun convertSecretKeyToX25519(secretKey: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.convertSecretKeyToX25519","location":"-apollo/org.hyperledger.identus.apollo.utils/convert-secret-key-to-x25519.html","searchKeys":["convertSecretKeyToX25519","fun convertSecretKeyToX25519(secretKey: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.convertSecretKeyToX25519"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha384.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha384.create"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha512.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha512.create"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha512_224.create"]},{"name":"fun create(): Any","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.create","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/create.html","searchKeys":["create","fun create(): Any","org.hyperledger.identus.apollo.hashing.external.sha512_256.create"]},{"name":"fun createRandomMnemonics(): Array","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): Array","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomMnemonics"]},{"name":"fun createRandomMnemonics(): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomMnemonics","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/create-random-mnemonics.html","searchKeys":["createRandomMnemonics","fun createRandomMnemonics(): List","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomMnemonics"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createRandomSeed"]},{"name":"fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/create-random-seed.html","searchKeys":["createRandomSeed","fun createRandomSeed(passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createRandomSeed"]},{"name":"fun createSeed(mnemonics: Array, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: Array, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.createSeed"]},{"name":"fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createSeed","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/create-seed.html","searchKeys":["createSeed","fun createSeed(mnemonics: List, passphrase: String = \"AtalaPrism\"): ByteArray","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.createSeed"]},{"name":"fun decode(hex: String): ByteArray","description":"fr.acinq.secp256k1.Hex.decode","location":"-apollo/fr.acinq.secp256k1/-hex/decode.html","searchKeys":["decode","fun decode(hex: String): ByteArray","fr.acinq.secp256k1.Hex.decode"]},{"name":"fun derive(axis: DerivationAxis): DerivationPath","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.derive","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/derive.html","searchKeys":["derive","fun derive(axis: DerivationAxis): DerivationPath","org.hyperledger.identus.apollo.derivation.DerivationPath.derive"]},{"name":"fun derive(path: String): HDKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.derive","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/derive.html","searchKeys":["derive","fun derive(path: String): HDKey","org.hyperledger.identus.apollo.derivation.HDKey.derive"]},{"name":"fun deriveChild(index: BigIntegerWrapper): HDKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.deriveChild","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/derive-child.html","searchKeys":["deriveChild","fun deriveChild(index: BigIntegerWrapper): HDKey","org.hyperledger.identus.apollo.derivation.HDKey.deriveChild"]},{"name":"fun deriveChild(index: Int): HDKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.deriveChild","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/derive-child.html","searchKeys":["deriveChild","fun deriveChild(index: Int): HDKey","org.hyperledger.identus.apollo.derivation.HDKey.deriveChild"]},{"name":"fun ecdh(privateKey: ByteArray, publicKey: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDH.ecdh","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-h/ecdh.html","searchKeys":["ecdh","fun ecdh(privateKey: ByteArray, publicKey: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDH.ecdh"]},{"name":"fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.ecdsaRecover","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/ecdsa-recover.html","searchKeys":["ecdsaRecover","fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDSA.ecdsaRecover"]},{"name":"fun empty(): DerivationPath","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.empty","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-companion/empty.html","searchKeys":["empty","fun empty(): DerivationPath","org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.empty"]},{"name":"fun encode(enc: String): String","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encode","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/encode.html","searchKeys":["encode","fun encode(enc: String): String","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encode"]},{"name":"fun encode(input: ByteArray): String","description":"fr.acinq.secp256k1.Hex.encode","location":"-apollo/fr.acinq.secp256k1/-hex/encode.html","searchKeys":["encode","fun encode(input: ByteArray): String","fr.acinq.secp256k1.Hex.encode"]},{"name":"fun encode(input: ByteArray, offset: Int, len: Int): String","description":"fr.acinq.secp256k1.Hex.encode","location":"-apollo/fr.acinq.secp256k1/-hex/encode.html","searchKeys":["encode","fun encode(input: ByteArray, offset: Int, len: Int): String","fr.acinq.secp256k1.Hex.encode"]},{"name":"fun encodeCompressed(enc: String): String","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encodeCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/encode-compressed.html","searchKeys":["encodeCompressed","fun encodeCompressed(enc: String): String","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.encodeCompressed"]},{"name":"fun fromHex(bytes: Uint8Array): ProjectivePoint","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.fromHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/from-hex.html","searchKeys":["fromHex","fun fromHex(bytes: Uint8Array): ProjectivePoint","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.fromHex"]},{"name":"fun fromPath(path: String): DerivationPath","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.fromPath","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-companion/from-path.html","searchKeys":["fromPath","fun fromPath(path: String): DerivationPath","org.hyperledger.identus.apollo.derivation.DerivationPath.Companion.fromPath"]},{"name":"fun fromPrivate(ec: ec, priv: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-private.html","searchKeys":["fromPrivate","fun fromPrivate(ec: ec, priv: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate"]},{"name":"fun fromPrivate(ec: ec, priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-private.html","searchKeys":["fromPrivate","fun fromPrivate(ec: ec, priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPrivate"]},{"name":"fun fromPublic(ec: ec, pub: Coordinates, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(ec: ec, pub: Coordinates, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic"]},{"name":"fun fromPublic(ec: ec, pub: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(ec: ec, pub: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic"]},{"name":"fun fromPublic(ec: ec, pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(ec: ec, pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion.fromPublic"]},{"name":"fun fromPublic(eddsa: eddsa, pub: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-companion/from-public.html","searchKeys":["fromPublic","fun fromPublic(eddsa: eddsa, pub: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromPublic"]},{"name":"fun fromSecret(eddsa: eddsa, secret: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-companion/from-secret.html","searchKeys":["fromSecret","fun fromSecret(eddsa: eddsa, secret: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion.fromSecret"]},{"name":"fun get(): Secp256k1","description":"fr.acinq.secp256k1.Secp256k1.Companion.get","location":"-apollo/fr.acinq.secp256k1/-secp256k1/-companion/get.html","searchKeys":["get","fun get(): Secp256k1","fr.acinq.secp256k1.Secp256k1.Companion.get"]},{"name":"fun getCompressed(): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/get-compressed.html","searchKeys":["getCompressed","fun getCompressed(): ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCompressed"]},{"name":"fun getCurvePoint(): KMMECPoint","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCurvePoint","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/get-curve-point.html","searchKeys":["getCurvePoint","fun getCurvePoint(): KMMECPoint","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.getCurvePoint"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.getEncoded"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.getEncoded"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.getEncoded"]},{"name":"fun getEncoded(): Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/get-encoded.html","searchKeys":["getEncoded","fun getEncoded(): Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.getEncoded"]},{"name":"fun getKMMSecp256k1PrivateKey(): KMMECSecp256k1PrivateKey","description":"org.hyperledger.identus.apollo.derivation.HDKey.getKMMSecp256k1PrivateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/get-k-m-m-secp256k1-private-key.html","searchKeys":["getKMMSecp256k1PrivateKey","fun getKMMSecp256k1PrivateKey(): KMMECSecp256k1PrivateKey","org.hyperledger.identus.apollo.derivation.HDKey.getKMMSecp256k1PrivateKey"]},{"name":"fun getPublicKey(): KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getPublicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/get-public-key.html","searchKeys":["getPublicKey","fun getPublicKey(): KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getPublicKey"]},{"name":"fun getX(): BN","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/get-x.html","searchKeys":["getX","fun getX(): BN","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getX"]},{"name":"fun getY(): BN","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/get-y.html","searchKeys":["getY","fun getY(): BN","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint.getY"]},{"name":"fun hardened(num: Int): DerivationAxis","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.hardened","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/-companion/hardened.html","searchKeys":["hardened","fun hardened(num: Int): DerivationAxis","org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.hardened"]},{"name":"fun isBN(b: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.isBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/is-b-n.html","searchKeys":["isBN","fun isBN(b: Any): Boolean","org.hyperledger.identus.apollo.utils.external.BN.Companion.isBN"]},{"name":"fun isValidMnemonicCode(code: Array): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: Array): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion.isValidMnemonicCode"]},{"name":"fun isValidMnemonicCode(code: List): Boolean","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.isValidMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/is-valid-mnemonic-code.html","searchKeys":["isValidMnemonicCode","fun isValidMnemonicCode(code: List): Boolean","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.isValidMnemonicCode"]},{"name":"fun max(left: BN, right: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.max","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/max.html","searchKeys":["max","fun max(left: BN, right: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.Companion.max"]},{"name":"fun min(left: BN, right: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.min","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/min.html","searchKeys":["min","fun min(left: BN, right: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.Companion.min"]},{"name":"fun mont(num: BN): BN.ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.mont","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/mont.html","searchKeys":["mont","fun mont(num: BN): BN.ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.Companion.mont"]},{"name":"fun normal(num: Int): DerivationAxis","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.normal","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/-companion/normal.html","searchKeys":["normal","fun normal(num: Int): DerivationAxis","org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion.normal"]},{"name":"fun parseRaw(bytes: ByteArray): Buffer","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.parseRaw","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/parse-raw.html","searchKeys":["parseRaw","fun parseRaw(bytes: ByteArray): Buffer","org.hyperledger.identus.apollo.utils.Curve25519Parser.parseRaw"]},{"name":"fun publicKey(): KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[js]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey"]},{"name":"fun publicKey(): KMMEdPublicKey","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[jvm]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMEdPublicKey","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.publicKey"]},{"name":"fun publicKey(): KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[js]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey"]},{"name":"fun publicKey(): KMMX25519PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[jvm]public-key.html","searchKeys":["publicKey","fun publicKey(): KMMX25519PublicKey","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.publicKey"]},{"name":"fun red(reductionContext: BN): BN.ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.red","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/red.html","searchKeys":["red","fun red(reductionContext: BN): BN.ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.Companion.red"]},{"name":"fun red(reductionContext: String): BN.ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.red","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/red.html","searchKeys":["red","fun red(reductionContext: String): BN.ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.Companion.red"]},{"name":"fun sha512(key: ByteArray, input: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion.sha512","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/sha512.html","searchKeys":["sha512","fun sha512(key: ByteArray, input: ByteArray): ByteArray","org.hyperledger.identus.apollo.derivation.HDKey.Companion.sha512"]},{"name":"fun sign(data: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.sign","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/sign.html","searchKeys":["sign","fun sign(data: ByteArray): ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.sign"]},{"name":"fun sign(message: ByteArray, privateKey: ByteArray): ByteArray","description":"org.hyperledger.identus.apollo.secp256k1.ECDSA.sign","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-e-c-d-s-a/sign.html","searchKeys":["sign","fun sign(message: ByteArray, privateKey: ByteArray): ByteArray","org.hyperledger.identus.apollo.secp256k1.ECDSA.sign"]},{"name":"fun toBuffer()","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.toBuffer","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-big-int/to-buffer.html","searchKeys":["toBuffer","fun toBuffer()","org.hyperledger.identus.apollo.utils.external.secp256k1.BigInt.toBuffer"]},{"name":"fun toMnemonic(entropy: ByteArray): Array","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): Array","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonic(entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonic(entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonic(entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/to-mnemonic.html","searchKeys":["toMnemonic","fun toMnemonic(entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicCode.toMnemonic"]},{"name":"fun toMnemonicCode(words: List, entropy: ByteArray): List","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.toMnemonicCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/to-mnemonic-code.html","searchKeys":["toMnemonicCode","fun toMnemonicCode(words: List, entropy: ByteArray): List","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion.toMnemonicCode"]},{"name":"fun toRawBytes(isCompressed: dynamic): Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.toRawBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/to-raw-bytes.html","searchKeys":["toRawBytes","fun toRawBytes(isCompressed: dynamic): Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.toRawBytes"]},{"name":"fun validatePublicKey(pubKey: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion.validatePublicKey","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/-companion/validate-public-key.html","searchKeys":["validatePublicKey","fun validatePublicKey(pubKey: ByteArray): Boolean","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion.validatePublicKey"]},{"name":"fun valueOf(value: String): KMMEllipticCurve","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.valueOf","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): KMMEllipticCurve","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.valueOf"]},{"name":"fun values(): Array","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.values","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/values.html","searchKeys":["values","fun values(): Array","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.values"]},{"name":"fun verify(signature: ByteArray, data: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/verify.html","searchKeys":["verify","fun verify(signature: ByteArray, data: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.verify"]},{"name":"fun verify(signature: ByteArray, data: ByteArray): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.verify","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/verify.html","searchKeys":["verify","fun verify(signature: ByteArray, data: ByteArray): Boolean","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.verify"]},{"name":"interface BaseCurveOptions","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/index.html","searchKeys":["BaseCurveOptions","interface BaseCurveOptions","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions"]},{"name":"interface Ed25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration","location":"-apollo/org.hyperledger.identus.apollo.utils/-ed25519-key-pair-generation/index.html","searchKeys":["Ed25519KeyPairGeneration","interface Ed25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.Ed25519KeyPairGeneration"]},{"name":"interface EdwardsConf : base.BaseCurveOptions","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/index.html","searchKeys":["EdwardsConf","interface EdwardsConf : base.BaseCurveOptions","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf"]},{"name":"interface Encodable","description":"org.hyperledger.identus.apollo.utils.Encodable","location":"-apollo/org.hyperledger.identus.apollo.utils/-encodable/index.html","searchKeys":["Encodable","interface Encodable","org.hyperledger.identus.apollo.utils.Encodable"]},{"name":"interface GenKeyPairOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/index.html","searchKeys":["GenKeyPairOptions","interface GenKeyPairOptions","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions"]},{"name":"interface KMMECSecp256k1PrivateKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key-common-static-interface/index.html","searchKeys":["KMMECSecp256k1PrivateKeyCommonStaticInterface","interface KMMECSecp256k1PrivateKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface"]},{"name":"interface KMMECSecp256k1PublicKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/index.html","searchKeys":["KMMECSecp256k1PublicKeyCommonStaticInterface","interface KMMECSecp256k1PublicKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface"]},{"name":"interface KeyPairOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair-options/index.html","searchKeys":["KeyPairOptions","interface KeyPairOptions","org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions"]},{"name":"interface KeyPairOptions","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair-options/index.html","searchKeys":["KeyPairOptions","interface KeyPairOptions","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions"]},{"name":"interface MPrime","description":"org.hyperledger.identus.apollo.utils.external.BN.MPrime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-m-prime/index.html","searchKeys":["MPrime","interface MPrime","org.hyperledger.identus.apollo.utils.external.BN.MPrime"]},{"name":"interface Options","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/index.html","searchKeys":["Options","interface Options","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options"]},{"name":"interface PrecomputedValues","description":"org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-precomputed-values/index.html","searchKeys":["PrecomputedValues","interface PrecomputedValues","org.hyperledger.identus.apollo.utils.external.base.PrecomputedValues"]},{"name":"interface ReductionContext","description":"org.hyperledger.identus.apollo.utils.external.BN.ReductionContext","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-reduction-context/index.html","searchKeys":["ReductionContext","interface ReductionContext","org.hyperledger.identus.apollo.utils.external.BN.ReductionContext"]},{"name":"interface Secp256k1","description":"fr.acinq.secp256k1.Secp256k1","location":"-apollo/fr.acinq.secp256k1/-secp256k1/index.html","searchKeys":["Secp256k1","interface Secp256k1","fr.acinq.secp256k1.Secp256k1"]},{"name":"interface SecureRandomInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomInterface","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-interface/index.html","searchKeys":["SecureRandomInterface","interface SecureRandomInterface","org.hyperledger.identus.apollo.securerandom.SecureRandomInterface"]},{"name":"interface SecureRandomStaticInterface","description":"org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random-static-interface/index.html","searchKeys":["SecureRandomStaticInterface","interface SecureRandomStaticInterface","org.hyperledger.identus.apollo.securerandom.SecureRandomStaticInterface"]},{"name":"interface ShortConf : base.BaseCurveOptions","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/index.html","searchKeys":["ShortConf","interface ShortConf : base.BaseCurveOptions","org.hyperledger.identus.apollo.utils.external.short.ShortConf"]},{"name":"interface SignOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/index.html","searchKeys":["SignOptions","interface SignOptions","org.hyperledger.identus.apollo.utils.external.ec.SignOptions"]},{"name":"interface SignatureOptions","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/index.html","searchKeys":["SignatureOptions","interface SignatureOptions","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions"]},{"name":"interface T$1","description":"org.hyperledger.identus.apollo.utils.external.ec.T$1","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-t$1/index.html","searchKeys":["T$1","interface T$1","org.hyperledger.identus.apollo.utils.external.ec.T$1"]},{"name":"interface X25519KeyPairGeneration","description":"org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration","location":"-apollo/org.hyperledger.identus.apollo.utils/-x25519-key-pair-generation/index.html","searchKeys":["X25519KeyPairGeneration","interface X25519KeyPairGeneration","org.hyperledger.identus.apollo.utils.X25519KeyPairGeneration"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.DerivationAxis.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.DerivationPath.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.HDKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.HDKey.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.Mnemonic.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.Mnemonic.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-helper/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.derivation.MnemonicHelper.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion","location":"-apollo/org.hyperledger.identus.apollo.secp256k1/-secp256k1-helper/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.secp256k1.Secp256k1Helper.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.BN.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.curve.base.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.Companion"]},{"name":"object Companion","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/-companion/index.html","searchKeys":["Companion","object Companion","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.Companion"]},{"name":"object Companion : KMMECSecp256k1PrivateKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/-companion/index.html","searchKeys":["Companion","object Companion : KMMECSecp256k1PrivateKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.Companion"]},{"name":"object Companion : KMMECSecp256k1PublicKeyCommonStaticInterface","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.Companion","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/-companion/index.html","searchKeys":["Companion","object Companion : KMMECSecp256k1PublicKeyCommonStaticInterface","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.Companion"]},{"name":"object Companion : Secp256k1","description":"fr.acinq.secp256k1.Secp256k1.Companion","location":"-apollo/fr.acinq.secp256k1/-secp256k1/-companion/index.html","searchKeys":["Companion","object Companion : Secp256k1","fr.acinq.secp256k1.Secp256k1.Companion"]},{"name":"object Curve25519Parser","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/index.html","searchKeys":["Curve25519Parser","object Curve25519Parser","org.hyperledger.identus.apollo.utils.Curve25519Parser"]},{"name":"object ECConfig","description":"org.hyperledger.identus.apollo.utils.ECConfig","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/index.html","searchKeys":["ECConfig","object ECConfig","org.hyperledger.identus.apollo.utils.ECConfig"]},{"name":"object Hex","description":"fr.acinq.secp256k1.Hex","location":"-apollo/fr.acinq.secp256k1/-hex/index.html","searchKeys":["Hex","object Hex","fr.acinq.secp256k1.Hex"]},{"name":"object Secp256k1Native : Secp256k1","description":"fr.acinq.secp256k1.Secp256k1Native","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/index.html","searchKeys":["Secp256k1Native","object Secp256k1Native : Secp256k1","fr.acinq.secp256k1.Secp256k1Native"]},{"name":"object Standard : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.Standard","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard/index.html","searchKeys":["Standard","object Standard : Encoding","org.hyperledger.identus.apollo.base64.Encoding.Standard"]},{"name":"object StandardPad : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.StandardPad","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard-pad/index.html","searchKeys":["StandardPad","object StandardPad : Encoding","org.hyperledger.identus.apollo.base64.Encoding.StandardPad"]},{"name":"object UrlSafe : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafe","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe/index.html","searchKeys":["UrlSafe","object UrlSafe : Encoding","org.hyperledger.identus.apollo.base64.Encoding.UrlSafe"]},{"name":"object UrlSafePad : Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe-pad/index.html","searchKeys":["UrlSafePad","object UrlSafePad : Encoding","org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad"]},{"name":"open class BasePoint","description":"org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/-companion/-base-point/index.html","searchKeys":["BasePoint","open class BasePoint","org.hyperledger.identus.apollo.utils.external.curve.base.Companion.BasePoint"]},{"name":"open class BasePoint(curve: base, type: String)","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/index.html","searchKeys":["BasePoint","open class BasePoint(curve: base, type: String)","org.hyperledger.identus.apollo.utils.external.base.BasePoint"]},{"name":"open class EdwardsPoint(curve: base, type: String) : base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/index.html","searchKeys":["EdwardsPoint","open class EdwardsPoint(curve: base, type: String) : base.BasePoint","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint"]},{"name":"open class KeyPair(ec: ec, options: ec.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/index.html","searchKeys":["KeyPair","open class KeyPair(ec: ec, options: ec.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.ec.KeyPair"]},{"name":"open class KeyPair(eddsa: eddsa, params: eddsa.KeyPairOptions)","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/index.html","searchKeys":["KeyPair","open class KeyPair(eddsa: eddsa, params: eddsa.KeyPairOptions)","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair"]},{"name":"open class ShortPoint(curve: base, type: String) : base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/index.html","searchKeys":["ShortPoint","open class ShortPoint(curve: base, type: String) : base.BasePoint","org.hyperledger.identus.apollo.utils.external.short.ShortPoint"]},{"name":"open class Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/index.html","searchKeys":["Signature","open class Signature","org.hyperledger.identus.apollo.utils.external.ec.Signature"]},{"name":"open class Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/index.html","searchKeys":["Signature","open class Signature","org.hyperledger.identus.apollo.utils.external.eddsa.Signature"]},{"name":"open class base","description":"org.hyperledger.identus.apollo.utils.external.curve.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/index.html","searchKeys":["base","open class base","org.hyperledger.identus.apollo.utils.external.curve.base"]},{"name":"open external class BN","description":"org.hyperledger.identus.apollo.utils.external.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/index.html","searchKeys":["BN","open external class BN","org.hyperledger.identus.apollo.utils.external.BN"]},{"name":"open external class Hashe>","description":"org.hyperledger.identus.apollo.hashing.external.Hashe","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/index.html","searchKeys":["Hashe","open external class Hashe>","org.hyperledger.identus.apollo.hashing.external.Hashe"]},{"name":"open external class PresetCurve(options: PresetCurve.Options)","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/index.html","searchKeys":["PresetCurve","open external class PresetCurve(options: PresetCurve.Options)","org.hyperledger.identus.apollo.utils.external.PresetCurve"]},{"name":"open external class RedBN : BN","description":"org.hyperledger.identus.apollo.utils.external.RedBN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/index.html","searchKeys":["RedBN","open external class RedBN : BN","org.hyperledger.identus.apollo.utils.external.RedBN"]},{"name":"open external class SHA2>(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean) : Hashe ","description":"org.hyperledger.identus.apollo.hashing.external.SHA2","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/index.html","searchKeys":["SHA2","open external class SHA2>(blockLen: Number, outputLen: Number, padOffset: Number, isLE: Boolean) : Hashe ","org.hyperledger.identus.apollo.hashing.external.SHA2"]},{"name":"open external class SHA512 : SHA2 ","description":"org.hyperledger.identus.apollo.hashing.external.SHA512","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/index.html","searchKeys":["SHA512","open external class SHA512 : SHA2 ","org.hyperledger.identus.apollo.hashing.external.SHA512"]},{"name":"open external class base(type: String, conf: base.BaseCurveOptions)","description":"org.hyperledger.identus.apollo.utils.external.base","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/index.html","searchKeys":["base","open external class base(type: String, conf: base.BaseCurveOptions)","org.hyperledger.identus.apollo.utils.external.base"]},{"name":"open external class ec","description":"org.hyperledger.identus.apollo.utils.external.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/index.html","searchKeys":["ec","open external class ec","org.hyperledger.identus.apollo.utils.external.ec"]},{"name":"open external class eddsa(name: String)","description":"org.hyperledger.identus.apollo.utils.external.eddsa","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/index.html","searchKeys":["eddsa","open external class eddsa(name: String)","org.hyperledger.identus.apollo.utils.external.eddsa"]},{"name":"open external class edwards(conf: edwards.EdwardsConf) : base","description":"org.hyperledger.identus.apollo.utils.external.edwards","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/index.html","searchKeys":["edwards","open external class edwards(conf: edwards.EdwardsConf) : base","org.hyperledger.identus.apollo.utils.external.edwards"]},{"name":"open external class short(conf: short.ShortConf) : base","description":"org.hyperledger.identus.apollo.utils.external.short","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/index.html","searchKeys":["short","open external class short(conf: short.ShortConf) : base","org.hyperledger.identus.apollo.utils.external.short"]},{"name":"open fun _cloneInto(to: T = definedExternally): T","description":"org.hyperledger.identus.apollo.hashing.external.Hashe._cloneInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/_clone-into.html","searchKeys":["_cloneInto","open fun _cloneInto(to: T = definedExternally): T","org.hyperledger.identus.apollo.hashing.external.Hashe._cloneInto"]},{"name":"open fun abs(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.abs","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/abs.html","searchKeys":["abs","open fun abs(): BN","org.hyperledger.identus.apollo.utils.external.BN.abs"]},{"name":"open fun add(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.add","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/add.html","searchKeys":["add","open fun add(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.add"]},{"name":"open fun add(p: base.BasePoint): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.add","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/add.html","searchKeys":["add","open fun add(p: base.BasePoint): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.add"]},{"name":"open fun addn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.addn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/addn.html","searchKeys":["addn","open fun addn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.addn"]},{"name":"open fun and(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.and","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/and.html","searchKeys":["and","open fun and(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.and"]},{"name":"open fun andln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.andln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/andln.html","searchKeys":["andln","open fun andln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.andln"]},{"name":"open fun bincn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.bincn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/bincn.html","searchKeys":["bincn","open fun bincn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.bincn"]},{"name":"open fun bitLength(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.bitLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/bit-length.html","searchKeys":["bitLength","open fun bitLength(): Number","org.hyperledger.identus.apollo.utils.external.BN.bitLength"]},{"name":"open fun byteLength(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.byteLength","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/byte-length.html","searchKeys":["byteLength","open fun byteLength(): Number","org.hyperledger.identus.apollo.utils.external.BN.byteLength"]},{"name":"open fun clone(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.clone","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/clone.html","searchKeys":["clone","open fun clone(): BN","org.hyperledger.identus.apollo.utils.external.BN.clone"]},{"name":"open fun clone(): T","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.clone","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/clone.html","searchKeys":["clone","open fun clone(): T","org.hyperledger.identus.apollo.hashing.external.Hashe.clone"]},{"name":"open fun cmp(b: BN): dynamic","description":"org.hyperledger.identus.apollo.utils.external.BN.cmp","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/cmp.html","searchKeys":["cmp","open fun cmp(b: BN): dynamic","org.hyperledger.identus.apollo.utils.external.BN.cmp"]},{"name":"open fun cmpn(b: Number): dynamic","description":"org.hyperledger.identus.apollo.utils.external.BN.cmpn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/cmpn.html","searchKeys":["cmpn","open fun cmpn(b: Number): dynamic","org.hyperledger.identus.apollo.utils.external.BN.cmpn"]},{"name":"open fun dbl(): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.dbl","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/dbl.html","searchKeys":["dbl","open fun dbl(): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.dbl"]},{"name":"open fun dblp(k: Number): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.dblp","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/dblp.html","searchKeys":["dblp","open fun dblp(k: Number): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.dblp"]},{"name":"open fun decodeInt(bytes: Array): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: Array): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: BN): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: Number): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: String): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: String): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodeInt(bytes: Uint8Array): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-int.html","searchKeys":["decodeInt","open fun decodeInt(bytes: Uint8Array): BN","org.hyperledger.identus.apollo.utils.external.eddsa.decodeInt"]},{"name":"open fun decodePoint(bytes: String): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.decodePoint"]},{"name":"open fun decodePoint(bytes: String): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.eddsa.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String): base.BasePoint","org.hyperledger.identus.apollo.utils.external.eddsa.decodePoint"]},{"name":"open fun decodePoint(bytes: String): curve.base.Companion.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String): curve.base.Companion.BasePoint","org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint"]},{"name":"open fun decodePoint(bytes: String, enc: String = definedExternally): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: String, enc: String = definedExternally): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.decodePoint"]},{"name":"open fun decodePoint(bytes: Uint8Array): curve.base.Companion.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/curve/base/decode-point.html","searchKeys":["decodePoint","open fun decodePoint(bytes: Uint8Array): curve.base.Companion.BasePoint","org.hyperledger.identus.apollo.utils.external.curve.base.decodePoint"]},{"name":"open fun derive(pub: base.BasePoint): BN","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.derive","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/derive.html","searchKeys":["derive","open fun derive(pub: base.BasePoint): BN","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.derive"]},{"name":"open fun destroy()","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.destroy","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/destroy.html","searchKeys":["destroy","open fun destroy()","org.hyperledger.identus.apollo.hashing.external.Hashe.destroy"]},{"name":"open fun digest(): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.digest","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/digest.html","searchKeys":["digest","open fun digest(): Uint8Array","org.hyperledger.identus.apollo.hashing.external.Hashe.digest"]},{"name":"open fun digestInto(buf: Uint8Array)","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.digestInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/digest-into.html","searchKeys":["digestInto","open fun digestInto(buf: Uint8Array)","org.hyperledger.identus.apollo.hashing.external.Hashe.digestInto"]},{"name":"open fun div(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.div","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/div.html","searchKeys":["div","open fun div(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.div"]},{"name":"open fun divRound(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.divRound","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/div-round.html","searchKeys":["divRound","open fun divRound(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.divRound"]},{"name":"open fun divn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.divn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/divn.html","searchKeys":["divn","open fun divn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.divn"]},{"name":"open fun egcd(b: BN): EGCD","description":"org.hyperledger.identus.apollo.utils.external.BN.egcd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/egcd.html","searchKeys":["egcd","open fun egcd(b: BN): EGCD","org.hyperledger.identus.apollo.utils.external.BN.egcd"]},{"name":"open fun encode(enc: String, compact: Boolean): dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.encode","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/encode.html","searchKeys":["encode","open fun encode(enc: String, compact: Boolean): dynamic","org.hyperledger.identus.apollo.utils.external.base.BasePoint.encode"]},{"name":"open fun encodeCompressed(): Array","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/encode-compressed.html","searchKeys":["encodeCompressed","open fun encodeCompressed(): Array","org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed"]},{"name":"open fun encodeCompressed(enc: String): dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/encode-compressed.html","searchKeys":["encodeCompressed","open fun encodeCompressed(enc: String): dynamic","org.hyperledger.identus.apollo.utils.external.base.BasePoint.encodeCompressed"]},{"name":"open fun eq(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.eq","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/eq.html","searchKeys":["eq","open fun eq(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.eq"]},{"name":"open fun eq(p: base.BasePoint): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.eq","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/eq.html","searchKeys":["eq","open fun eq(p: base.BasePoint): Boolean","org.hyperledger.identus.apollo.utils.external.base.BasePoint.eq"]},{"name":"open fun eqXToP(x: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.eqXToP","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/eq-x-to-p.html","searchKeys":["eqXToP","open fun eqXToP(x: BN): Boolean","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.eqXToP"]},{"name":"open fun eqn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.eqn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/eqn.html","searchKeys":["eqn","open fun eqn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.eqn"]},{"name":"open fun fromRed(): BN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.fromRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/from-red.html","searchKeys":["fromRed","open fun fromRed(): BN","org.hyperledger.identus.apollo.utils.external.RedBN.fromRed"]},{"name":"open fun fromTwos(width: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.fromTwos","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/from-twos.html","searchKeys":["fromTwos","open fun fromTwos(width: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.fromTwos"]},{"name":"open fun gcd(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.gcd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gcd.html","searchKeys":["gcd","open fun gcd(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.gcd"]},{"name":"open fun genKeyPair(options: ec.GenKeyPairOptions = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.genKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/gen-key-pair.html","searchKeys":["genKeyPair","open fun genKeyPair(options: ec.GenKeyPairOptions = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.genKeyPair"]},{"name":"open fun get(): Array","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.get","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/get.html","searchKeys":["get","open fun get(): Array","org.hyperledger.identus.apollo.hashing.external.SHA2.get"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Array, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: String, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: Uint8Array, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.Signature, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN, enc: String = definedExternally): Number","description":"org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/get-key-recovery-param.html","searchKeys":["getKeyRecoveryParam","open fun getKeyRecoveryParam(e: Error?, signature: ec.SignatureOptions, Q: BN, enc: String = definedExternally): Number","org.hyperledger.identus.apollo.utils.external.ec.getKeyRecoveryParam"]},{"name":"open fun getPrivate(): BN","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-private.html","searchKeys":["getPrivate","open fun getPrivate(): BN","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate"]},{"name":"open fun getPrivate(enc: String): String","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-private.html","searchKeys":["getPrivate","open fun getPrivate(enc: String): String","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPrivate"]},{"name":"open fun getPublic(): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(): base.BasePoint","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic"]},{"name":"open fun getPublic(compact: Boolean, enc: String): dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(compact: Boolean, enc: String): dynamic","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic"]},{"name":"open fun getPublic(enc: String): dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(enc: String): dynamic","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.getPublic"]},{"name":"open fun getPublic(enc: String? = definedExternally): ByteArray","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/get-public.html","searchKeys":["getPublic","open fun getPublic(enc: String? = definedExternally): ByteArray","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getPublic"]},{"name":"open fun getSecret(enc: String? = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/get-secret.html","searchKeys":["getSecret","open fun getSecret(enc: String? = definedExternally): String","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.getSecret"]},{"name":"open fun getX(): BN","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.getX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/get-x.html","searchKeys":["getX","open fun getX(): BN","org.hyperledger.identus.apollo.utils.external.base.BasePoint.getX"]},{"name":"open fun getY(): BN","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.getY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/get-y.html","searchKeys":["getY","open fun getY(): BN","org.hyperledger.identus.apollo.utils.external.base.BasePoint.getY"]},{"name":"open fun gt(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gt.html","searchKeys":["gt","open fun gt(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gt"]},{"name":"open fun gte(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gte","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gte.html","searchKeys":["gte","open fun gte(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gte"]},{"name":"open fun gten(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gten","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gten.html","searchKeys":["gten","open fun gten(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gten"]},{"name":"open fun gtn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.gtn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/gtn.html","searchKeys":["gtn","open fun gtn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.gtn"]},{"name":"open fun hashInt(): BN","description":"org.hyperledger.identus.apollo.utils.external.eddsa.hashInt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/hash-int.html","searchKeys":["hashInt","open fun hashInt(): BN","org.hyperledger.identus.apollo.utils.external.eddsa.hashInt"]},{"name":"open fun iabs(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iabs","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iabs.html","searchKeys":["iabs","open fun iabs(): BN","org.hyperledger.identus.apollo.utils.external.BN.iabs"]},{"name":"open fun iadd(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iadd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iadd.html","searchKeys":["iadd","open fun iadd(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iadd"]},{"name":"open fun iaddn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iaddn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iaddn.html","searchKeys":["iaddn","open fun iaddn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.iaddn"]},{"name":"open fun iand(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iand.html","searchKeys":["iand","open fun iand(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iand"]},{"name":"open fun idivn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.idivn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/idivn.html","searchKeys":["idivn","open fun idivn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.idivn"]},{"name":"open fun imaskn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.imaskn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/imaskn.html","searchKeys":["imaskn","open fun imaskn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.imaskn"]},{"name":"open fun imul(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.imul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/imul.html","searchKeys":["imul","open fun imul(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.imul"]},{"name":"open fun imuln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.imuln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/imuln.html","searchKeys":["imuln","open fun imuln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.imuln"]},{"name":"open fun ineg(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ineg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ineg.html","searchKeys":["ineg","open fun ineg(): BN","org.hyperledger.identus.apollo.utils.external.BN.ineg"]},{"name":"open fun inotn(w: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.inotn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/inotn.html","searchKeys":["inotn","open fun inotn(w: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.inotn"]},{"name":"open fun inspect(): String","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.inspect","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/inspect.html","searchKeys":["inspect","open fun inspect(): String","org.hyperledger.identus.apollo.utils.external.base.BasePoint.inspect"]},{"name":"open fun inspect(): String","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.inspect","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/inspect.html","searchKeys":["inspect","open fun inspect(): String","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.inspect"]},{"name":"open fun invm(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.invm","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/invm.html","searchKeys":["invm","open fun invm(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.invm"]},{"name":"open fun ior(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ior","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ior.html","searchKeys":["ior","open fun ior(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.ior"]},{"name":"open fun isEven(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isEven","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-even.html","searchKeys":["isEven","open fun isEven(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isEven"]},{"name":"open fun isInfinity(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.isInfinity","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/is-infinity.html","searchKeys":["isInfinity","open fun isInfinity(): Boolean","org.hyperledger.identus.apollo.utils.external.base.BasePoint.isInfinity"]},{"name":"open fun isNeg(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isNeg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-neg.html","searchKeys":["isNeg","open fun isNeg(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isNeg"]},{"name":"open fun isOdd(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isOdd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-odd.html","searchKeys":["isOdd","open fun isOdd(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isOdd"]},{"name":"open fun isPoint(param_val: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.isPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/is-point.html","searchKeys":["isPoint","open fun isPoint(param_val: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.isPoint"]},{"name":"open fun isPointOnSecp256k1Curve(point: KMMECPoint): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.isPointOnSecp256k1Curve","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/is-point-on-secp256k1-curve.html","searchKeys":["isPointOnSecp256k1Curve","open fun isPointOnSecp256k1Curve(point: KMMECPoint): Boolean","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.isPointOnSecp256k1Curve"]},{"name":"open fun isZero(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.isZero","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/is-zero.html","searchKeys":["isZero","open fun isZero(): Boolean","org.hyperledger.identus.apollo.utils.external.BN.isZero"]},{"name":"open fun ishln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ishln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ishln.html","searchKeys":["ishln","open fun ishln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ishln"]},{"name":"open fun ishrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ishrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ishrn.html","searchKeys":["ishrn","open fun ishrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ishrn"]},{"name":"open fun isqr(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.isqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/isqr.html","searchKeys":["isqr","open fun isqr(): BN","org.hyperledger.identus.apollo.utils.external.BN.isqr"]},{"name":"open fun isub(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.isub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/isub.html","searchKeys":["isub","open fun isub(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.isub"]},{"name":"open fun isubn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.isubn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/isubn.html","searchKeys":["isubn","open fun isubn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.isubn"]},{"name":"open fun iuand(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iuand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iuand.html","searchKeys":["iuand","open fun iuand(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iuand"]},{"name":"open fun iuor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iuor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iuor.html","searchKeys":["iuor","open fun iuor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iuor"]},{"name":"open fun iushln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iushln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iushln.html","searchKeys":["iushln","open fun iushln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.iushln"]},{"name":"open fun iushrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iushrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iushrn.html","searchKeys":["iushrn","open fun iushrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.iushrn"]},{"name":"open fun iuxor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.iuxor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/iuxor.html","searchKeys":["iuxor","open fun iuxor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.iuxor"]},{"name":"open fun ixor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ixor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ixor.html","searchKeys":["ixor","open fun ixor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.ixor"]},{"name":"open fun keyFromPrivate(priv: Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: String): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: String): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: Uint8Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Uint8Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: Uint8Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: Uint8Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: ec.KeyPair): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: ec.KeyPair): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPrivate(priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-private.html","searchKeys":["keyFromPrivate","open fun keyFromPrivate(priv: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPrivate"]},{"name":"open fun keyFromPublic(pub: Any): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Any): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Coordinates): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Coordinates): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Coordinates, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Coordinates, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: String): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: String): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: String, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: String, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Uint8Array): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Uint8Array): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: Uint8Array, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: Uint8Array, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: base.BasePoint): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: base.BasePoint): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: ec.KeyPair): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: ec.KeyPair): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: ec.KeyPair, enc: String = definedExternally): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyFromPublic"]},{"name":"open fun keyFromPublic(pub: eddsa.KeyPair): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-public.html","searchKeys":["keyFromPublic","open fun keyFromPublic(pub: eddsa.KeyPair): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromPublic"]},{"name":"open fun keyFromSecret(secret: Buffer): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-secret.html","searchKeys":["keyFromSecret","open fun keyFromSecret(secret: Buffer): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret"]},{"name":"open fun keyFromSecret(secret: String): eddsa.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/key-from-secret.html","searchKeys":["keyFromSecret","open fun keyFromSecret(secret: String): eddsa.KeyPair","org.hyperledger.identus.apollo.utils.external.eddsa.keyFromSecret"]},{"name":"open fun keyPair(options: ec.KeyPairOptions): ec.KeyPair","description":"org.hyperledger.identus.apollo.utils.external.ec.keyPair","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/key-pair.html","searchKeys":["keyPair","open fun keyPair(options: ec.KeyPairOptions): ec.KeyPair","org.hyperledger.identus.apollo.utils.external.ec.keyPair"]},{"name":"open fun lt(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.lt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/lt.html","searchKeys":["lt","open fun lt(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.lt"]},{"name":"open fun lte(b: BN): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.lte","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/lte.html","searchKeys":["lte","open fun lte(b: BN): Boolean","org.hyperledger.identus.apollo.utils.external.BN.lte"]},{"name":"open fun lten(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.lten","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/lten.html","searchKeys":["lten","open fun lten(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.lten"]},{"name":"open fun ltn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.ltn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ltn.html","searchKeys":["ltn","open fun ltn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.ltn"]},{"name":"open fun makeSignature(sig: String): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/make-signature.html","searchKeys":["makeSignature","open fun makeSignature(sig: String): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature"]},{"name":"open fun makeSignature(sig: eddsa.Signature): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/make-signature.html","searchKeys":["makeSignature","open fun makeSignature(sig: eddsa.Signature): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.makeSignature"]},{"name":"open fun maskn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.maskn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/maskn.html","searchKeys":["maskn","open fun maskn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.maskn"]},{"name":"open fun mod(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.mod","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/mod.html","searchKeys":["mod","open fun mod(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.mod"]},{"name":"open fun modn(b: Number): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.modn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/modn.html","searchKeys":["modn","open fun modn(b: Number): Number","org.hyperledger.identus.apollo.utils.external.BN.modn"]},{"name":"open fun modrn(b: Number): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.modrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/modrn.html","searchKeys":["modrn","open fun modrn(b: Number): Number","org.hyperledger.identus.apollo.utils.external.BN.modrn"]},{"name":"open fun mul(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.mul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/mul.html","searchKeys":["mul","open fun mul(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.mul"]},{"name":"open fun mul(k: BN): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.mul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/mul.html","searchKeys":["mul","open fun mul(k: BN): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.mul"]},{"name":"open fun muln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.muln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/muln.html","searchKeys":["muln","open fun muln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.muln"]},{"name":"open fun neg(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/neg.html","searchKeys":["neg","open fun neg(): BN","org.hyperledger.identus.apollo.utils.external.BN.neg"]},{"name":"open fun neg(): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.neg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/neg.html","searchKeys":["neg","open fun neg(): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.neg"]},{"name":"open fun normalize(): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.normalize","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/normalize.html","searchKeys":["normalize","open fun normalize(): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.normalize"]},{"name":"open fun notn(w: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.notn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/notn.html","searchKeys":["notn","open fun notn(w: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.notn"]},{"name":"open fun or(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.or","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/or.html","searchKeys":["or","open fun or(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.or"]},{"name":"open fun point(x: Array, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Array, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Array, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Array, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: BN, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: BN, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: BN, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: BN, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: BN, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: BN, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: BN, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: BN, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: BN, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: BN, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Number, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Number, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Number, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Number, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Number, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Number, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Number, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Number, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Number, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Number, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: String, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: String, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: String, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: String, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: String, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: String, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: String, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: String, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: String, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: String, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Uint8Array, y: Any): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Uint8Array, y: Any): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Uint8Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any, isRed: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.point"]},{"name":"open fun point(x: Uint8Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any, z: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun point(x: Uint8Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.point","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point.html","searchKeys":["point","open fun point(x: Uint8Array, y: Any, z: Any = definedExternally, t: Any = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.point"]},{"name":"open fun pointFromJSON(obj: Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-j-s-o-n.html","searchKeys":["pointFromJSON","open fun pointFromJSON(obj: Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromJSON"]},{"name":"open fun pointFromJSON(obj: Array, red: Boolean): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-j-s-o-n.html","searchKeys":["pointFromJSON","open fun pointFromJSON(obj: Array, red: Boolean): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromJSON"]},{"name":"open fun pointFromX(x: Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Array): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Array, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Array, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: BN): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: BN): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: BN, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: BN, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Number): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Number): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Number, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Number, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: String): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: String): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: String, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: String, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromX"]},{"name":"open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): short.ShortPoint","description":"org.hyperledger.identus.apollo.utils.external.short.pointFromX","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/point-from-x.html","searchKeys":["pointFromX","open fun pointFromX(x: Uint8Array, odd: Boolean = definedExternally): short.ShortPoint","org.hyperledger.identus.apollo.utils.external.short.pointFromX"]},{"name":"open fun pointFromY(y: Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: BN): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: BN): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: BN, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Number): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Number): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Number, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: String): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: String): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: String, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Uint8Array): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Uint8Array): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pointFromY(y: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","description":"org.hyperledger.identus.apollo.utils.external.edwards.pointFromY","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/point-from-y.html","searchKeys":["pointFromY","open fun pointFromY(y: Uint8Array, odd: Boolean = definedExternally): edwards.EdwardsPoint","org.hyperledger.identus.apollo.utils.external.edwards.pointFromY"]},{"name":"open fun pow(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.pow","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/pow.html","searchKeys":["pow","open fun pow(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.pow"]},{"name":"open fun precompute(power: Number): base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.precompute","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/precompute.html","searchKeys":["precompute","open fun precompute(power: Number): base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.BasePoint.precompute"]},{"name":"open fun process(buf: DataView, offset: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.process","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/process.html","searchKeys":["process","open fun process(buf: DataView, offset: Number)","org.hyperledger.identus.apollo.hashing.external.SHA2.process"]},{"name":"open fun pubKeyCompress(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1.pubKeyCompress","location":"-apollo/fr.acinq.secp256k1/-secp256k1/pub-key-compress.html","searchKeys":["pubKeyCompress","open fun pubKeyCompress(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1.pubKeyCompress"]},{"name":"open fun recoverPubKey(msg: Array, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Array, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Array, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Array, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: BN, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: BN, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: BN, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: BN, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Number, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Number, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Number, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Number, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: String, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: String, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: String, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: String, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number, enc: String = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/recover-pub-key.html","searchKeys":["recoverPubKey","open fun recoverPubKey(msg: Uint8Array, signature: Any, j: Number, enc: String = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.recoverPubKey"]},{"name":"open fun redAdd(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redAdd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-add.html","searchKeys":["redAdd","open fun redAdd(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redAdd"]},{"name":"open fun redIAdd(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redIAdd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-add.html","searchKeys":["redIAdd","open fun redIAdd(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redIAdd"]},{"name":"open fun redIMul(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redIMul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-mul.html","searchKeys":["redIMul","open fun redIMul(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redIMul"]},{"name":"open fun redISqr(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redISqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-sqr.html","searchKeys":["redISqr","open fun redISqr(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redISqr"]},{"name":"open fun redISub(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redISub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-i-sub.html","searchKeys":["redISub","open fun redISub(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redISub"]},{"name":"open fun redInvm(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redInvm","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-invm.html","searchKeys":["redInvm","open fun redInvm(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redInvm"]},{"name":"open fun redMul(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redMul","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-mul.html","searchKeys":["redMul","open fun redMul(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redMul"]},{"name":"open fun redNeg(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redNeg","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-neg.html","searchKeys":["redNeg","open fun redNeg(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redNeg"]},{"name":"open fun redPow(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redPow","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-pow.html","searchKeys":["redPow","open fun redPow(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redPow"]},{"name":"open fun redShl(num: Number): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redShl","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-shl.html","searchKeys":["redShl","open fun redShl(num: Number): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redShl"]},{"name":"open fun redSqr(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redSqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-sqr.html","searchKeys":["redSqr","open fun redSqr(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redSqr"]},{"name":"open fun redSqrt(): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redSqrt","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-sqrt.html","searchKeys":["redSqrt","open fun redSqrt(): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redSqrt"]},{"name":"open fun redSub(b: BN): RedBN","description":"org.hyperledger.identus.apollo.utils.external.RedBN.redSub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-red-b-n/red-sub.html","searchKeys":["redSub","open fun redSub(b: BN): RedBN","org.hyperledger.identus.apollo.utils.external.RedBN.redSub"]},{"name":"open fun roundClean()","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.roundClean","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/round-clean.html","searchKeys":["roundClean","open fun roundClean()","org.hyperledger.identus.apollo.hashing.external.SHA2.roundClean"]},{"name":"open fun secp256k1FromByteArray(d: ByteArray): KMMECSecp256k1PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.secp256k1FromByteArray","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key-common-static-interface/secp256k1-from-byte-array.html","searchKeys":["secp256k1FromByteArray","open fun secp256k1FromByteArray(d: ByteArray): KMMECSecp256k1PrivateKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.secp256k1FromByteArray"]},{"name":"open fun secp256k1FromByteCoordinates(x: ByteArray, y: ByteArray): KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromByteCoordinates","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/secp256k1-from-byte-coordinates.html","searchKeys":["secp256k1FromByteCoordinates","open fun secp256k1FromByteCoordinates(x: ByteArray, y: ByteArray): KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromByteCoordinates"]},{"name":"open fun secp256k1FromBytes(encoded: ByteArray): KMMECSecp256k1PublicKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromBytes","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key-common-static-interface/secp256k1-from-bytes.html","searchKeys":["secp256k1FromBytes","open fun secp256k1FromBytes(encoded: ByteArray): KMMECSecp256k1PublicKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKeyCommonStaticInterface.secp256k1FromBytes"]},{"name":"open fun set(Ah: Number, Al: Number, Bh: Number, Bl: Number, Ch: Number, Cl: Number, Dh: Number, Dl: Number, Eh: Number, El: Number, Fh: Number, Fl: Number, Gh: Number, Gl: Number, Hh: Number, Hl: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.set","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/set.html","searchKeys":["set","open fun set(Ah: Number, Al: Number, Bh: Number, Bl: Number, Ch: Number, Cl: Number, Dh: Number, Dl: Number, Eh: Number, El: Number, Fh: Number, Fl: Number, Gh: Number, Gl: Number, Hh: Number, Hl: Number)","org.hyperledger.identus.apollo.hashing.external.SHA512.set"]},{"name":"open fun set(vararg args: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.set","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/set.html","searchKeys":["set","open fun set(vararg args: Number)","org.hyperledger.identus.apollo.hashing.external.SHA2.set"]},{"name":"open fun setn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.setn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/setn.html","searchKeys":["setn","open fun setn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.setn"]},{"name":"open fun shln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.shln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/shln.html","searchKeys":["shln","open fun shln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.shln"]},{"name":"open fun shrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.shrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/shrn.html","searchKeys":["shrn","open fun shrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.shrn"]},{"name":"open fun sign(message: Buffer): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/sign.html","searchKeys":["sign","open fun sign(message: Buffer): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign"]},{"name":"open fun sign(message: String): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/sign.html","searchKeys":["sign","open fun sign(message: String): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.sign"]},{"name":"open fun sign(message: String, secret: String): eddsa.Signature","description":"org.hyperledger.identus.apollo.utils.external.eddsa.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/sign.html","searchKeys":["sign","open fun sign(message: String, secret: String): eddsa.Signature","org.hyperledger.identus.apollo.utils.external.eddsa.sign"]},{"name":"open fun sign(msg: Array): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Array, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Array, key: String, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: String, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Array, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Array, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: BN, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: BN, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: BN, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Number, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Number, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Number, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: String, key: String, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: String, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: String, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair, enc: String, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, key: ec.KeyPair, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.sign"]},{"name":"open fun sign(msg: Uint8Array, options: ec.SignOptions = definedExternally): ec.Signature","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/sign.html","searchKeys":["sign","open fun sign(msg: Uint8Array, options: ec.SignOptions = definedExternally): ec.Signature","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.sign"]},{"name":"open fun sqr(): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.sqr","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/sqr.html","searchKeys":["sqr","open fun sqr(): BN","org.hyperledger.identus.apollo.utils.external.BN.sqr"]},{"name":"open fun sub(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.sub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/sub.html","searchKeys":["sub","open fun sub(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.sub"]},{"name":"open fun subn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.subn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/subn.html","searchKeys":["subn","open fun subn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.subn"]},{"name":"open fun testn(b: Number): Boolean","description":"org.hyperledger.identus.apollo.utils.external.BN.testn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/testn.html","searchKeys":["testn","open fun testn(b: Number): Boolean","org.hyperledger.identus.apollo.utils.external.BN.testn"]},{"name":"open fun toArray(endian: String = definedExternally, length: Number = definedExternally): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArray","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array.html","searchKeys":["toArray","open fun toArray(endian: String = definedExternally, length: Number = definedExternally): Array","org.hyperledger.identus.apollo.utils.external.BN.toArray"]},{"name":"open fun toArrayLike(ArrayType: Array): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArrayLike","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array-like.html","searchKeys":["toArrayLike","open fun toArrayLike(ArrayType: Array): Array","org.hyperledger.identus.apollo.utils.external.BN.toArrayLike"]},{"name":"open fun toArrayLike(ArrayType: Array, endian: String = definedExternally): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArrayLike","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array-like.html","searchKeys":["toArrayLike","open fun toArrayLike(ArrayType: Array, endian: String = definedExternally): Array","org.hyperledger.identus.apollo.utils.external.BN.toArrayLike"]},{"name":"open fun toArrayLike(ArrayType: Array, endian: String = definedExternally, length: Number = definedExternally): Array","description":"org.hyperledger.identus.apollo.utils.external.BN.toArrayLike","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-array-like.html","searchKeys":["toArrayLike","open fun toArrayLike(ArrayType: Array, endian: String = definedExternally, length: Number = definedExternally): Array","org.hyperledger.identus.apollo.utils.external.BN.toArrayLike"]},{"name":"open fun toBytes(): Buffer","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toBytes","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/to-bytes.html","searchKeys":["toBytes","open fun toBytes(): Buffer","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toBytes"]},{"name":"open fun toDER(enc: String? = definedExternally): Any","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.toDER","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/to-d-e-r.html","searchKeys":["toDER","open fun toDER(enc: String? = definedExternally): Any","org.hyperledger.identus.apollo.utils.external.ec.Signature.toDER"]},{"name":"open fun toHex(): String","description":"org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toHex","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-signature/to-hex.html","searchKeys":["toHex","open fun toHex(): String","org.hyperledger.identus.apollo.utils.external.eddsa.Signature.toHex"]},{"name":"open fun toJSON(): Array","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.toJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/to-j-s-o-n.html","searchKeys":["toJSON","open fun toJSON(): Array","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.toJSON"]},{"name":"open fun toJSON(): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toJSON","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-j-s-o-n.html","searchKeys":["toJSON","open fun toJSON(): String","org.hyperledger.identus.apollo.utils.external.BN.toJSON"]},{"name":"open fun toNumber(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.toNumber","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-number.html","searchKeys":["toNumber","open fun toNumber(): Number","org.hyperledger.identus.apollo.utils.external.BN.toNumber"]},{"name":"open fun toRed(reductionContext: BN.ReductionContext): RedBN","description":"org.hyperledger.identus.apollo.utils.external.BN.toRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-red.html","searchKeys":["toRed","open fun toRed(reductionContext: BN.ReductionContext): RedBN","org.hyperledger.identus.apollo.utils.external.BN.toRed"]},{"name":"open fun toString(base: Number = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: Number = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toString(base: Number = definedExternally, length: Number = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: Number = definedExternally, length: Number = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toString(base: String = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: String = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toString(base: String = definedExternally, length: Number = definedExternally): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open fun toString(base: String = definedExternally, length: Number = definedExternally): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open fun toTwos(width: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.toTwos","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-twos.html","searchKeys":["toTwos","open fun toTwos(width: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.toTwos"]},{"name":"open fun tweak(privateKeyData: ByteArray, derivationPrivateKeyData: ByteArray): KMMECSecp256k1PrivateKey","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.tweak","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key-common-static-interface/tweak.html","searchKeys":["tweak","open fun tweak(privateKeyData: ByteArray, derivationPrivateKeyData: ByteArray): KMMECSecp256k1PrivateKey","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKeyCommonStaticInterface.tweak"]},{"name":"open fun uand(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.uand","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/uand.html","searchKeys":["uand","open fun uand(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.uand"]},{"name":"open fun ucmp(b: BN): dynamic","description":"org.hyperledger.identus.apollo.utils.external.BN.ucmp","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ucmp.html","searchKeys":["ucmp","open fun ucmp(b: BN): dynamic","org.hyperledger.identus.apollo.utils.external.BN.ucmp"]},{"name":"open fun umod(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.umod","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/umod.html","searchKeys":["umod","open fun umod(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.umod"]},{"name":"open fun uor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.uor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/uor.html","searchKeys":["uor","open fun uor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.uor"]},{"name":"open fun update(buf: String): Hashe","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/update.html","searchKeys":["update","open fun update(buf: String): Hashe","org.hyperledger.identus.apollo.hashing.external.Hashe.update"]},{"name":"open fun update(buf: Uint8Array): Hashe","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/update.html","searchKeys":["update","open fun update(buf: Uint8Array): Hashe","org.hyperledger.identus.apollo.hashing.external.Hashe.update"]},{"name":"open fun ushln(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ushln","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ushln.html","searchKeys":["ushln","open fun ushln(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ushln"]},{"name":"open fun ushrn(b: Number): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.ushrn","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/ushrn.html","searchKeys":["ushrn","open fun ushrn(b: Number): BN","org.hyperledger.identus.apollo.utils.external.BN.ushrn"]},{"name":"open fun uxor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.uxor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/uxor.html","searchKeys":["uxor","open fun uxor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.uxor"]},{"name":"open fun validate(): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.validate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/validate.html","searchKeys":["validate","open fun validate(): Boolean","org.hyperledger.identus.apollo.utils.external.base.BasePoint.validate"]},{"name":"open fun validate(): ec.T$1","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.validate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/validate.html","searchKeys":["validate","open fun validate(): ec.T$1","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.validate"]},{"name":"open fun validate(point: base.BasePoint): Boolean","description":"org.hyperledger.identus.apollo.utils.external.base.validate","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/validate.html","searchKeys":["validate","open fun validate(point: base.BasePoint): Boolean","org.hyperledger.identus.apollo.utils.external.base.validate"]},{"name":"open fun verify(message: Buffer, sig: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/verify.html","searchKeys":["verify","open fun verify(message: Buffer, sig: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify"]},{"name":"open fun verify(message: String, sig: String): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/verify.html","searchKeys":["verify","open fun verify(message: String, sig: String): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify"]},{"name":"open fun verify(message: String, sig: String, pub: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/verify.html","searchKeys":["verify","open fun verify(message: String, sig: String, pub: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.verify"]},{"name":"open fun verify(message: String, sig: eddsa.Signature): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair/verify.html","searchKeys":["verify","open fun verify(message: String, sig: eddsa.Signature): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPair.verify"]},{"name":"open fun verify(message: String, sig: eddsa.Signature, pub: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.eddsa.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/verify.html","searchKeys":["verify","open fun verify(message: String, sig: eddsa.Signature, pub: Any): Boolean","org.hyperledger.identus.apollo.utils.external.eddsa.verify"]},{"name":"open fun verify(msg: Array, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: Array, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: Array, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Array, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: BN, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: BN, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: BN, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: BN, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: BN, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: BN, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Number, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: Number, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: Number, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Number, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Number, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Number, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: String, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: String, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: String, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: String, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: String, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: String, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Uint8Array, signature: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/verify.html","searchKeys":["verify","open fun verify(msg: Uint8Array, signature: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.verify"]},{"name":"open fun verify(msg: Uint8Array, signature: Any, key: Any): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Uint8Array, signature: Any, key: Any): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun verify(msg: Uint8Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","description":"org.hyperledger.identus.apollo.utils.external.ec.verify","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/verify.html","searchKeys":["verify","open fun verify(msg: Uint8Array, signature: Any, key: Any, enc: String = definedExternally): Boolean","org.hyperledger.identus.apollo.utils.external.ec.verify"]},{"name":"open fun xor(b: BN): BN","description":"org.hyperledger.identus.apollo.utils.external.BN.xor","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/xor.html","searchKeys":["xor","open fun xor(b: BN): BN","org.hyperledger.identus.apollo.utils.external.BN.xor"]},{"name":"open fun zeroBits(): Number","description":"org.hyperledger.identus.apollo.utils.external.BN.zeroBits","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/zero-bits.html","searchKeys":["zeroBits","open fun zeroBits(): Number","org.hyperledger.identus.apollo.utils.external.BN.zeroBits"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.DerivationAxis.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.HDKeyOptions.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.equals","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.derivation.MnemonicCode.equals"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.equals","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean","org.hyperledger.identus.apollo.utils.KMMECPoint.equals"]},{"name":"open override fun _cloneInto(to: T): T","description":"org.hyperledger.identus.apollo.hashing.external.SHA2._cloneInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/_clone-into.html","searchKeys":["_cloneInto","open override fun _cloneInto(to: T): T","org.hyperledger.identus.apollo.hashing.external.SHA2._cloneInto"]},{"name":"open override fun cleanup()","description":"fr.acinq.secp256k1.Secp256k1Native.cleanup","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/cleanup.html","searchKeys":["cleanup","open override fun cleanup()","fr.acinq.secp256k1.Secp256k1Native.cleanup"]},{"name":"open override fun compact2der(sig: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.compact2der","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/compact2der.html","searchKeys":["compact2der","open override fun compact2der(sig: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.compact2der"]},{"name":"open override fun destroy()","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.destroy","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/destroy.html","searchKeys":["destroy","open override fun destroy()","org.hyperledger.identus.apollo.hashing.external.SHA2.destroy"]},{"name":"open override fun destroy()","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.destroy","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/destroy.html","searchKeys":["destroy","open override fun destroy()","org.hyperledger.identus.apollo.hashing.external.SHA512.destroy"]},{"name":"open override fun digest(): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.digest","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/digest.html","searchKeys":["digest","open override fun digest(): Uint8Array","org.hyperledger.identus.apollo.hashing.external.SHA2.digest"]},{"name":"open override fun digestInto(out: Uint8Array)","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.digestInto","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/digest-into.html","searchKeys":["digestInto","open override fun digestInto(out: Uint8Array)","org.hyperledger.identus.apollo.hashing.external.SHA2.digestInto"]},{"name":"open override fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.ecdh","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/ecdh.html","searchKeys":["ecdh","open override fun ecdh(privkey: ByteArray, pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.ecdh"]},{"name":"open override fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.ecdsaRecover","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/ecdsa-recover.html","searchKeys":["ecdsaRecover","open override fun ecdsaRecover(sig: ByteArray, message: ByteArray, recid: Int): ByteArray","fr.acinq.secp256k1.Secp256k1Native.ecdsaRecover"]},{"name":"open override fun generateKeyPair(): KMMEdKeyPair","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-companion/[js]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMEdKeyPair","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateKeyPair(): KMMEdKeyPair","description":"org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-key-pair/-companion/[jvm]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMEdKeyPair","org.hyperledger.identus.apollo.utils.KMMEdKeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateKeyPair(): KMMX25519KeyPair","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-companion/[js]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMX25519KeyPair","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateKeyPair(): KMMX25519KeyPair","description":"org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-key-pair/-companion/[jvm]generate-key-pair.html","searchKeys":["generateKeyPair","open override fun generateKeyPair(): KMMX25519KeyPair","org.hyperledger.identus.apollo.utils.KMMX25519KeyPair.Companion.generateKeyPair"]},{"name":"open override fun generateSeed(numBytes: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-companion/[js]generate-seed.html","searchKeys":["generateSeed","open override fun generateSeed(numBytes: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed"]},{"name":"open override fun generateSeed(numBytes: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/-companion/[jvm]generate-seed.html","searchKeys":["generateSeed","open override fun generateSeed(numBytes: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.Companion.generateSeed"]},{"name":"open override fun get(): dynamic","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.get","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/get.html","searchKeys":["get","open override fun get(): dynamic","org.hyperledger.identus.apollo.hashing.external.SHA512.get"]},{"name":"open override fun getEncoded(): ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getEncoded","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/get-encoded.html","searchKeys":["getEncoded","open override fun getEncoded(): ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.getEncoded"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-big-integer-wrapper/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.BigIntegerWrapper.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.DerivationAxis.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.HDKeyOptions.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.hashCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.derivation.MnemonicCode.hashCode"]},{"name":"open override fun hashCode(): Int","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.hashCode","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int","org.hyperledger.identus.apollo.utils.KMMECPoint.hashCode"]},{"name":"open override fun nextBytes(size: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/[js]next-bytes.html","searchKeys":["nextBytes","open override fun nextBytes(size: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes"]},{"name":"open override fun nextBytes(size: Int): ByteArray","description":"org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes","location":"-apollo/org.hyperledger.identus.apollo.securerandom/-secure-random/[jvm]next-bytes.html","searchKeys":["nextBytes","open override fun nextBytes(size: Int): ByteArray","org.hyperledger.identus.apollo.securerandom.SecureRandom.nextBytes"]},{"name":"open override fun privKeyNegate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.privKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/priv-key-negate.html","searchKeys":["privKeyNegate","open override fun privKeyNegate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.privKeyNegate"]},{"name":"open override fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.privKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/priv-key-tweak-add.html","searchKeys":["privKeyTweakAdd","open override fun privKeyTweakAdd(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.privKeyTweakAdd"]},{"name":"open override fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.privKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/priv-key-tweak-mul.html","searchKeys":["privKeyTweakMul","open override fun privKeyTweakMul(privkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.privKeyTweakMul"]},{"name":"open override fun process(view: DataView, offset: Number)","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.process","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/process.html","searchKeys":["process","open override fun process(view: DataView, offset: Number)","org.hyperledger.identus.apollo.hashing.external.SHA512.process"]},{"name":"open override fun pubKeyCombine(pubkeys: Array): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyCombine","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-combine.html","searchKeys":["pubKeyCombine","open override fun pubKeyCombine(pubkeys: Array): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyCombine"]},{"name":"open override fun pubKeyNegate(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyNegate","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-negate.html","searchKeys":["pubKeyNegate","open override fun pubKeyNegate(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyNegate"]},{"name":"open override fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakAdd","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-tweak-add.html","searchKeys":["pubKeyTweakAdd","open override fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakAdd"]},{"name":"open override fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakMul","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pub-key-tweak-mul.html","searchKeys":["pubKeyTweakMul","open override fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubKeyTweakMul"]},{"name":"open override fun pubkeyCreate(privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubkeyCreate","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pubkey-create.html","searchKeys":["pubkeyCreate","open override fun pubkeyCreate(privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubkeyCreate"]},{"name":"open override fun pubkeyParse(pubkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.pubkeyParse","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/pubkey-parse.html","searchKeys":["pubkeyParse","open override fun pubkeyParse(pubkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.pubkeyParse"]},{"name":"open override fun roundClean()","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.roundClean","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/round-clean.html","searchKeys":["roundClean","open override fun roundClean()","org.hyperledger.identus.apollo.hashing.external.SHA512.roundClean"]},{"name":"open override fun secKeyVerify(privkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1Native.secKeyVerify","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/sec-key-verify.html","searchKeys":["secKeyVerify","open override fun secKeyVerify(privkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1Native.secKeyVerify"]},{"name":"open override fun sign(message: ByteArray, privkey: ByteArray): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.sign","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/sign.html","searchKeys":["sign","open override fun sign(message: ByteArray, privkey: ByteArray): ByteArray","fr.acinq.secp256k1.Secp256k1Native.sign"]},{"name":"open override fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","description":"fr.acinq.secp256k1.Secp256k1Native.signSchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/sign-schnorr.html","searchKeys":["signSchnorr","open override fun signSchnorr(data: ByteArray, sec: ByteArray, auxrand32: ByteArray?): ByteArray","fr.acinq.secp256k1.Secp256k1Native.signSchnorr"]},{"name":"open override fun signatureNormalize(sig: ByteArray): Pair","description":"fr.acinq.secp256k1.Secp256k1Native.signatureNormalize","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/signature-normalize.html","searchKeys":["signatureNormalize","open override fun signatureNormalize(sig: ByteArray): Pair","fr.acinq.secp256k1.Secp256k1Native.signatureNormalize"]},{"name":"open override fun toString(): String","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.toString","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/to-string.html","searchKeys":["toString","open override fun toString(): String","org.hyperledger.identus.apollo.derivation.DerivationAxis.toString"]},{"name":"open override fun toString(): String","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.toString","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/to-string.html","searchKeys":["toString","open override fun toString(): String","org.hyperledger.identus.apollo.derivation.DerivationPath.toString"]},{"name":"open override fun toString(): String","description":"org.hyperledger.identus.apollo.utils.external.BN.toString","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/to-string.html","searchKeys":["toString","open override fun toString(): String","org.hyperledger.identus.apollo.utils.external.BN.toString"]},{"name":"open override fun update(data: String): SHA2","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/update.html","searchKeys":["update","open override fun update(data: String): SHA2","org.hyperledger.identus.apollo.hashing.external.SHA2.update"]},{"name":"open override fun update(data: Uint8Array): SHA2","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.update","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/update.html","searchKeys":["update","open override fun update(data: Uint8Array): SHA2","org.hyperledger.identus.apollo.hashing.external.SHA2.update"]},{"name":"open override fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1Native.verify","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/verify.html","searchKeys":["verify","open override fun verify(signature: ByteArray, message: ByteArray, pubkey: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1Native.verify"]},{"name":"open override fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","description":"fr.acinq.secp256k1.Secp256k1Native.verifySchnorr","location":"-apollo/fr.acinq.secp256k1/-secp256k1-native/verify-schnorr.html","searchKeys":["verifySchnorr","open override fun verifySchnorr(signature: ByteArray, data: ByteArray, pub: ByteArray): Boolean","fr.acinq.secp256k1.Secp256k1Native.verifySchnorr"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.Standard.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.Standard.alphabet"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.StandardPad.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-standard-pad/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.StandardPad.alphabet"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafe.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.UrlSafe.alphabet"]},{"name":"open override val alphabet: String","description":"org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad.alphabet","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/-url-safe-pad/alphabet.html","searchKeys":["alphabet","open override val alphabet: String","org.hyperledger.identus.apollo.base64.Encoding.UrlSafePad.alphabet"]},{"name":"open override var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/block-len.html","searchKeys":["blockLen","open override var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.blockLen"]},{"name":"open override var g: base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.short.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/g.html","searchKeys":["g","open override var g: base.BasePoint","org.hyperledger.identus.apollo.utils.external.short.g"]},{"name":"open override var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/output-len.html","searchKeys":["outputLen","open override var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.outputLen"]},{"name":"open val recovery: Number?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recovery","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-signature-type/recovery.html","searchKeys":["recovery","open val recovery: Number?","org.hyperledger.identus.apollo.utils.external.secp256k1.SignatureType.recovery"]},{"name":"open var Ah: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Ah","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-ah.html","searchKeys":["Ah","open var Ah: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Ah"]},{"name":"open var Al: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Al","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-al.html","searchKeys":["Al","open var Al: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Al"]},{"name":"open var Bh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Bh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-bh.html","searchKeys":["Bh","open var Bh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Bh"]},{"name":"open var Bl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Bl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-bl.html","searchKeys":["Bl","open var Bl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Bl"]},{"name":"open var Ch: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Ch","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-ch.html","searchKeys":["Ch","open var Ch: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Ch"]},{"name":"open var Cl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Cl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-cl.html","searchKeys":["Cl","open var Cl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Cl"]},{"name":"open var Dh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Dh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-dh.html","searchKeys":["Dh","open var Dh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Dh"]},{"name":"open var Dl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Dl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-dl.html","searchKeys":["Dl","open var Dl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Dl"]},{"name":"open var Eh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Eh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-eh.html","searchKeys":["Eh","open var Eh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Eh"]},{"name":"open var El: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.El","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-el.html","searchKeys":["El","open var El: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.El"]},{"name":"open var Fh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Fh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-fh.html","searchKeys":["Fh","open var Fh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Fh"]},{"name":"open var Fl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Fl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-fl.html","searchKeys":["Fl","open var Fl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Fl"]},{"name":"open var Gh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Gh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-gh.html","searchKeys":["Gh","open var Gh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Gh"]},{"name":"open var Gl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Gl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-gl.html","searchKeys":["Gl","open var Gl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Gl"]},{"name":"open var Hh: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Hh","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-hh.html","searchKeys":["Hh","open var Hh: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Hh"]},{"name":"open var Hl: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA512.Hl","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a512/-hl.html","searchKeys":["Hl","open var Hl: Number","org.hyperledger.identus.apollo.hashing.external.SHA512.Hl"]},{"name":"open var a: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/a.html","searchKeys":["a","open var a: Any","org.hyperledger.identus.apollo.utils.external.edwards.a"]},{"name":"open var a: dynamic","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/a.html","searchKeys":["a","open var a: dynamic","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.a"]},{"name":"open var a: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/a.html","searchKeys":["a","open var a: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.a"]},{"name":"open var a: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.a","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/a.html","searchKeys":["a","open var a: dynamic","org.hyperledger.identus.apollo.utils.external.short.a"]},{"name":"open var allowInfinityPoint: Boolean?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowInfinityPoint","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/allow-infinity-point.html","searchKeys":["allowInfinityPoint","open var allowInfinityPoint: Boolean?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowInfinityPoint"]},{"name":"open var allowedPrivateKeyLengths: Array?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowedPrivateKeyLengths","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/allowed-private-key-lengths.html","searchKeys":["allowedPrivateKeyLengths","open var allowedPrivateKeyLengths: Array?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.allowedPrivateKeyLengths"]},{"name":"open var b: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/b.html","searchKeys":["b","open var b: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.b"]},{"name":"open var b: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.b","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/b.html","searchKeys":["b","open var b: dynamic","org.hyperledger.identus.apollo.utils.external.short.b"]},{"name":"open var basis: Any?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.basis","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/basis.html","searchKeys":["basis","open var basis: Any?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.basis"]},{"name":"open var beta: String?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/beta.html","searchKeys":["beta","open var beta: String?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.beta"]},{"name":"open var beta: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.beta","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/beta.html","searchKeys":["beta","open var beta: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.beta"]},{"name":"open var bits2int: (bytes: Uint8Array) -> Any?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/bits2int.html","searchKeys":["bits2int","open var bits2int: (bytes: Uint8Array) -> Any?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int"]},{"name":"open var bits2int_modN: (bytes: Uint8Array) -> Any?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int_modN","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/bits2int_mod-n.html","searchKeys":["bits2int_modN","open var bits2int_modN: (bytes: Uint8Array) -> Any?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.bits2int_modN"]},{"name":"open var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/block-len.html","searchKeys":["blockLen","open var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.Hashe.blockLen"]},{"name":"open var buffer: Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.buffer","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/buffer.html","searchKeys":["buffer","open var buffer: Uint8Array","org.hyperledger.identus.apollo.hashing.external.SHA2.buffer"]},{"name":"open var c2: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.c2","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/c2.html","searchKeys":["c2","open var c2: Any","org.hyperledger.identus.apollo.utils.external.edwards.c2"]},{"name":"open var c: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.c","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/c.html","searchKeys":["c","open var c: Any","org.hyperledger.identus.apollo.utils.external.edwards.c"]},{"name":"open var c: dynamic","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.c","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/c.html","searchKeys":["c","open var c: dynamic","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.c"]},{"name":"open var canonical: Boolean?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.canonical","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/canonical.html","searchKeys":["canonical","open var canonical: Boolean?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.canonical"]},{"name":"open var curve: base","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/curve.html","searchKeys":["curve","open var curve: base","org.hyperledger.identus.apollo.utils.external.base.BasePoint.curve"]},{"name":"open var curve: curve.base","description":"org.hyperledger.identus.apollo.utils.external.ec.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/curve.html","searchKeys":["curve","open var curve: curve.base","org.hyperledger.identus.apollo.utils.external.ec.curve"]},{"name":"open var curve: edwards","description":"org.hyperledger.identus.apollo.utils.external.eddsa.curve","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/curve.html","searchKeys":["curve","open var curve: edwards","org.hyperledger.identus.apollo.utils.external.eddsa.curve"]},{"name":"open var d: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.d","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/d.html","searchKeys":["d","open var d: Any","org.hyperledger.identus.apollo.utils.external.edwards.d"]},{"name":"open var d: dynamic","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.d","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-conf/d.html","searchKeys":["d","open var d: dynamic","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsConf.d"]},{"name":"open var dd: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.dd","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/dd.html","searchKeys":["dd","open var dd: Any","org.hyperledger.identus.apollo.utils.external.edwards.dd"]},{"name":"open var destroyed: Boolean","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.destroyed","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/destroyed.html","searchKeys":["destroyed","open var destroyed: Boolean","org.hyperledger.identus.apollo.hashing.external.SHA2.destroyed"]},{"name":"open var ec: ec","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPair.ec","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair/ec.html","searchKeys":["ec","open var ec: ec","org.hyperledger.identus.apollo.utils.external.ec.KeyPair.ec"]},{"name":"open var endo: T$1?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.endo","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/endo.html","searchKeys":["endo","open var endo: T$1?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.endo"]},{"name":"open var entropyEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropyEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/entropy-enc.html","searchKeys":["entropyEnc","open var entropyEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.entropyEnc"]},{"name":"open var finished: Boolean","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.finished","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/finished.html","searchKeys":["finished","open var finished: Boolean","org.hyperledger.identus.apollo.hashing.external.SHA2.finished"]},{"name":"open var g: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/g.html","searchKeys":["g","open var g: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.g"]},{"name":"open var g: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/g.html","searchKeys":["g","open var g: Any","org.hyperledger.identus.apollo.utils.external.ec.g"]},{"name":"open var g: base.BasePoint","description":"org.hyperledger.identus.apollo.utils.external.base.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/g.html","searchKeys":["g","open var g: base.BasePoint","org.hyperledger.identus.apollo.utils.external.base.g"]},{"name":"open var g: base.BasePoint?","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.g","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/g.html","searchKeys":["g","open var g: base.BasePoint?","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.g"]},{"name":"open var gRed: Any?","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.gRed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/g-red.html","searchKeys":["gRed","open var gRed: Any?","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.gRed"]},{"name":"open var hEff: Any?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hEff","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/h-eff.html","searchKeys":["hEff","open var hEff: Any?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.hEff"]},{"name":"open var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/hash.html","searchKeys":["hash","open var hash: Any","org.hyperledger.identus.apollo.utils.external.PresetCurve.hash"]},{"name":"open var hash: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.hash","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/hash.html","searchKeys":["hash","open var hash: Any","org.hyperledger.identus.apollo.utils.external.ec.hash"]},{"name":"open var inf: Boolean","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.inf","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/inf.html","searchKeys":["inf","open var inf: Boolean","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.inf"]},{"name":"open var isLE: Boolean","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.isLE","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/is-l-e.html","searchKeys":["isLE","open var isLE: Boolean","org.hyperledger.identus.apollo.hashing.external.SHA2.isLE"]},{"name":"open var k: Any?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.k","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/k.html","searchKeys":["k","open var k: Any?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.k"]},{"name":"open var lambda: String?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.lambda","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/-options/lambda.html","searchKeys":["lambda","open var lambda: String?","org.hyperledger.identus.apollo.utils.external.PresetCurve.Options.lambda"]},{"name":"open var lambda: dynamic","description":"org.hyperledger.identus.apollo.utils.external.short.ShortConf.lambda","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-conf/lambda.html","searchKeys":["lambda","open var lambda: dynamic","org.hyperledger.identus.apollo.utils.external.short.ShortConf.lambda"]},{"name":"open var length: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.length","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/length.html","searchKeys":["length","open var length: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.length"]},{"name":"open var n: Any","description":"org.hyperledger.identus.apollo.utils.external.base.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/n.html","searchKeys":["n","open var n: Any","org.hyperledger.identus.apollo.utils.external.base.n"]},{"name":"open var n: Any?","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/n.html","searchKeys":["n","open var n: Any?","org.hyperledger.identus.apollo.utils.external.PresetCurve.n"]},{"name":"open var n: BN","description":"org.hyperledger.identus.apollo.utils.external.ec.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/n.html","searchKeys":["n","open var n: BN","org.hyperledger.identus.apollo.utils.external.ec.n"]},{"name":"open var n: dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.n","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/n.html","searchKeys":["n","open var n: dynamic","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.n"]},{"name":"open var nh: Any","description":"org.hyperledger.identus.apollo.utils.external.ec.nh","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/nh.html","searchKeys":["nh","open var nh: Any","org.hyperledger.identus.apollo.utils.external.ec.nh"]},{"name":"open var one: Any","description":"org.hyperledger.identus.apollo.utils.external.base.one","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/one.html","searchKeys":["one","open var one: Any","org.hyperledger.identus.apollo.utils.external.base.one"]},{"name":"open var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.Hashe.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-hashe/output-len.html","searchKeys":["outputLen","open var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.Hashe.outputLen"]},{"name":"open var p: Any","description":"org.hyperledger.identus.apollo.utils.external.base.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/p.html","searchKeys":["p","open var p: Any","org.hyperledger.identus.apollo.utils.external.base.p"]},{"name":"open var p: dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.p","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/p.html","searchKeys":["p","open var p: dynamic","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.p"]},{"name":"open var padOffset: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.padOffset","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/pad-offset.html","searchKeys":["padOffset","open var padOffset: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.padOffset"]},{"name":"open var pers: Any?","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.pers","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/pers.html","searchKeys":["pers","open var pers: Any?","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.pers"]},{"name":"open var pers: Any?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.pers","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/pers.html","searchKeys":["pers","open var pers: Any?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.pers"]},{"name":"open var persEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.persEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-gen-key-pair-options/pers-enc.html","searchKeys":["persEnc","open var persEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.GenKeyPairOptions.persEnc"]},{"name":"open var persEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignOptions.persEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-sign-options/pers-enc.html","searchKeys":["persEnc","open var persEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.SignOptions.persEnc"]},{"name":"open var pos: Number","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.pos","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/pos.html","searchKeys":["pos","open var pos: Number","org.hyperledger.identus.apollo.hashing.external.SHA2.pos"]},{"name":"open var precomputed: base.PrecomputedValues?","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.precomputed","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/precomputed.html","searchKeys":["precomputed","open var precomputed: base.PrecomputedValues?","org.hyperledger.identus.apollo.utils.external.base.BasePoint.precomputed"]},{"name":"open var prime: dynamic","description":"org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.prime","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-curve-options/prime.html","searchKeys":["prime","open var prime: dynamic","org.hyperledger.identus.apollo.utils.external.base.BaseCurveOptions.prime"]},{"name":"open var privEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.privEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair-options/priv-enc.html","searchKeys":["privEnc","open var privEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.privEnc"]},{"name":"open var pub: dynamic","description":"org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions.pub","location":"-apollo/org.hyperledger.identus.apollo.utils.external/eddsa/-key-pair-options/pub.html","searchKeys":["pub","open var pub: dynamic","org.hyperledger.identus.apollo.utils.external.eddsa.KeyPairOptions.pub"]},{"name":"open var pubEnc: String?","description":"org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.pubEnc","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-key-pair-options/pub-enc.html","searchKeys":["pubEnc","open var pubEnc: String?","org.hyperledger.identus.apollo.utils.external.ec.KeyPairOptions.pubEnc"]},{"name":"open var r: BN","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.r","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/r.html","searchKeys":["r","open var r: BN","org.hyperledger.identus.apollo.utils.external.ec.Signature.r"]},{"name":"open var r: dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.r","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/r.html","searchKeys":["r","open var r: dynamic","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.r"]},{"name":"open var recoveryParam: Number?","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.recoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/recovery-param.html","searchKeys":["recoveryParam","open var recoveryParam: Number?","org.hyperledger.identus.apollo.utils.external.ec.Signature.recoveryParam"]},{"name":"open var recoveryParam: Number?","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.recoveryParam","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/recovery-param.html","searchKeys":["recoveryParam","open var recoveryParam: Number?","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.recoveryParam"]},{"name":"open var red: Any","description":"org.hyperledger.identus.apollo.utils.external.base.red","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/red.html","searchKeys":["red","open var red: Any","org.hyperledger.identus.apollo.utils.external.base.red"]},{"name":"open var redN: Any","description":"org.hyperledger.identus.apollo.utils.external.base.redN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/red-n.html","searchKeys":["redN","open var redN: Any","org.hyperledger.identus.apollo.utils.external.base.redN"]},{"name":"open var s: BN","description":"org.hyperledger.identus.apollo.utils.external.ec.Signature.s","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature/s.html","searchKeys":["s","open var s: BN","org.hyperledger.identus.apollo.utils.external.ec.Signature.s"]},{"name":"open var s: dynamic","description":"org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.s","location":"-apollo/org.hyperledger.identus.apollo.utils.external/ec/-signature-options/s.html","searchKeys":["s","open var s: dynamic","org.hyperledger.identus.apollo.utils.external.ec.SignatureOptions.s"]},{"name":"open var t: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.t","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/t.html","searchKeys":["t","open var t: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.t"]},{"name":"open var two: Any","description":"org.hyperledger.identus.apollo.utils.external.base.two","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/two.html","searchKeys":["two","open var two: Any","org.hyperledger.identus.apollo.utils.external.base.two"]},{"name":"open var type: String","description":"org.hyperledger.identus.apollo.utils.external.PresetCurve.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-preset-curve/type.html","searchKeys":["type","open var type: String","org.hyperledger.identus.apollo.utils.external.PresetCurve.type"]},{"name":"open var type: String","description":"org.hyperledger.identus.apollo.utils.external.base.BasePoint.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/-base-point/type.html","searchKeys":["type","open var type: String","org.hyperledger.identus.apollo.utils.external.base.BasePoint.type"]},{"name":"open var type: String","description":"org.hyperledger.identus.apollo.utils.external.base.type","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/type.html","searchKeys":["type","open var type: String","org.hyperledger.identus.apollo.utils.external.base.type"]},{"name":"open var view: DataView","description":"org.hyperledger.identus.apollo.hashing.external.SHA2.view","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/-s-h-a2/view.html","searchKeys":["view","open var view: DataView","org.hyperledger.identus.apollo.hashing.external.SHA2.view"]},{"name":"open var wrapPrivateKey: Boolean?","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.wrapPrivateKey","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-t$2/wrap-private-key.html","searchKeys":["wrapPrivateKey","open var wrapPrivateKey: Boolean?","org.hyperledger.identus.apollo.utils.external.secp256k1.T$2.wrapPrivateKey"]},{"name":"open var x: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/x.html","searchKeys":["x","open var x: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.x"]},{"name":"open var x: Any?","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/x.html","searchKeys":["x","open var x: Any?","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.x"]},{"name":"open var y: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/y.html","searchKeys":["y","open var y: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.y"]},{"name":"open var y: Any?","description":"org.hyperledger.identus.apollo.utils.external.short.ShortPoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external/short/-short-point/y.html","searchKeys":["y","open var y: Any?","org.hyperledger.identus.apollo.utils.external.short.ShortPoint.y"]},{"name":"open var z: Any","description":"org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.z","location":"-apollo/org.hyperledger.identus.apollo.utils.external/edwards/-edwards-point/z.html","searchKeys":["z","open var z: Any","org.hyperledger.identus.apollo.utils.external.edwards.EdwardsPoint.z"]},{"name":"open var zero: Any","description":"org.hyperledger.identus.apollo.utils.external.base.zero","location":"-apollo/org.hyperledger.identus.apollo.utils.external/base/zero.html","searchKeys":["zero","open var zero: Any","org.hyperledger.identus.apollo.utils.external.base.zero"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha384.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha384.invoke"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha512.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha512.invoke"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha512_224.invoke"]},{"name":"operator fun invoke(message: Any): Uint8Array","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.invoke","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/invoke.html","searchKeys":["invoke","operator fun invoke(message: Any): Uint8Array","org.hyperledger.identus.apollo.hashing.external.sha512_256.invoke"]},{"name":"sealed class ECPrivateKeyException : Exception","description":"org.hyperledger.identus.apollo.utils.ECPrivateKeyException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-private-key-exception/index.html","searchKeys":["ECPrivateKeyException","sealed class ECPrivateKeyException : Exception","org.hyperledger.identus.apollo.utils.ECPrivateKeyException"]},{"name":"sealed class ECPublicKeyException : Exception","description":"org.hyperledger.identus.apollo.utils.ECPublicKeyException","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-public-key-exception/index.html","searchKeys":["ECPublicKeyException","sealed class ECPublicKeyException : Exception","org.hyperledger.identus.apollo.utils.ECPublicKeyException"]},{"name":"sealed class MnemonicException : Exception","description":"org.hyperledger.identus.apollo.derivation.MnemonicException","location":"-apollo/org.hyperledger.identus.apollo.derivation/-mnemonic-exception/index.html","searchKeys":["MnemonicException","sealed class MnemonicException : Exception","org.hyperledger.identus.apollo.derivation.MnemonicException"]},{"name":"sealed interface Encoding","description":"org.hyperledger.identus.apollo.base64.Encoding","location":"-apollo/org.hyperledger.identus.apollo.base64/-encoding/index.html","searchKeys":["Encoding","sealed interface Encoding","org.hyperledger.identus.apollo.base64.Encoding"]},{"name":"val ByteArray.base64Decoded: String","description":"org.hyperledger.identus.apollo.base64.base64Decoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-decoded.html","searchKeys":["base64Decoded","val ByteArray.base64Decoded: String","org.hyperledger.identus.apollo.base64.base64Decoded"]},{"name":"val ByteArray.base64Encoded: String","description":"org.hyperledger.identus.apollo.base64.base64Encoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-encoded.html","searchKeys":["base64Encoded","val ByteArray.base64Encoded: String","org.hyperledger.identus.apollo.base64.base64Encoded"]},{"name":"val ByteArray.base64PadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-decoded.html","searchKeys":["base64PadDecoded","val ByteArray.base64PadDecoded: String","org.hyperledger.identus.apollo.base64.base64PadDecoded"]},{"name":"val ByteArray.base64PadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-encoded.html","searchKeys":["base64PadEncoded","val ByteArray.base64PadEncoded: String","org.hyperledger.identus.apollo.base64.base64PadEncoded"]},{"name":"val ByteArray.base64UrlDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-decoded.html","searchKeys":["base64UrlDecoded","val ByteArray.base64UrlDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlDecoded"]},{"name":"val ByteArray.base64UrlEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-encoded.html","searchKeys":["base64UrlEncoded","val ByteArray.base64UrlEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlEncoded"]},{"name":"val ByteArray.base64UrlPadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-decoded.html","searchKeys":["base64UrlPadDecoded","val ByteArray.base64UrlPadDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadDecoded"]},{"name":"val ByteArray.base64UrlPadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-encoded.html","searchKeys":["base64UrlPadEncoded","val ByteArray.base64UrlPadEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadEncoded"]},{"name":"val PRIVATE_KEY_BYTE_SIZE: Int = 32","description":"org.hyperledger.identus.apollo.utils.ECConfig.PRIVATE_KEY_BYTE_SIZE","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/-p-r-i-v-a-t-e_-k-e-y_-b-y-t-e_-s-i-z-e.html","searchKeys":["PRIVATE_KEY_BYTE_SIZE","val PRIVATE_KEY_BYTE_SIZE: Int = 32","org.hyperledger.identus.apollo.utils.ECConfig.PRIVATE_KEY_BYTE_SIZE"]},{"name":"val PUBLIC_KEY_BYTE_SIZE: Int","description":"org.hyperledger.identus.apollo.utils.ECConfig.PUBLIC_KEY_BYTE_SIZE","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/-p-u-b-l-i-c_-k-e-y_-b-y-t-e_-s-i-z-e.html","searchKeys":["PUBLIC_KEY_BYTE_SIZE","val PUBLIC_KEY_BYTE_SIZE: Int","org.hyperledger.identus.apollo.utils.ECConfig.PUBLIC_KEY_BYTE_SIZE"]},{"name":"val SIGNATURE_MAX_BYTE_SIZE: Int = 72","description":"org.hyperledger.identus.apollo.utils.ECConfig.SIGNATURE_MAX_BYTE_SIZE","location":"-apollo/org.hyperledger.identus.apollo.utils/-e-c-config/-s-i-g-n-a-t-u-r-e_-m-a-x_-b-y-t-e_-s-i-z-e.html","searchKeys":["SIGNATURE_MAX_BYTE_SIZE","val SIGNATURE_MAX_BYTE_SIZE: Int = 72","org.hyperledger.identus.apollo.utils.ECConfig.SIGNATURE_MAX_BYTE_SIZE"]},{"name":"val String.base64Decoded: String","description":"org.hyperledger.identus.apollo.base64.base64Decoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-decoded.html","searchKeys":["base64Decoded","val String.base64Decoded: String","org.hyperledger.identus.apollo.base64.base64Decoded"]},{"name":"val String.base64DecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64DecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-decoded-bytes.html","searchKeys":["base64DecodedBytes","val String.base64DecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64DecodedBytes"]},{"name":"val String.base64Encoded: String","description":"org.hyperledger.identus.apollo.base64.base64Encoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-encoded.html","searchKeys":["base64Encoded","val String.base64Encoded: String","org.hyperledger.identus.apollo.base64.base64Encoded"]},{"name":"val String.base64PadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-decoded.html","searchKeys":["base64PadDecoded","val String.base64PadDecoded: String","org.hyperledger.identus.apollo.base64.base64PadDecoded"]},{"name":"val String.base64PadDecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64PadDecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-decoded-bytes.html","searchKeys":["base64PadDecodedBytes","val String.base64PadDecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64PadDecodedBytes"]},{"name":"val String.base64PadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64PadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-pad-encoded.html","searchKeys":["base64PadEncoded","val String.base64PadEncoded: String","org.hyperledger.identus.apollo.base64.base64PadEncoded"]},{"name":"val String.base64UrlDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-decoded.html","searchKeys":["base64UrlDecoded","val String.base64UrlDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlDecoded"]},{"name":"val String.base64UrlDecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64UrlDecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-decoded-bytes.html","searchKeys":["base64UrlDecodedBytes","val String.base64UrlDecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64UrlDecodedBytes"]},{"name":"val String.base64UrlEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-encoded.html","searchKeys":["base64UrlEncoded","val String.base64UrlEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlEncoded"]},{"name":"val String.base64UrlPadDecoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadDecoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-decoded.html","searchKeys":["base64UrlPadDecoded","val String.base64UrlPadDecoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadDecoded"]},{"name":"val String.base64UrlPadDecodedBytes: ByteArray","description":"org.hyperledger.identus.apollo.base64.base64UrlPadDecodedBytes","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-decoded-bytes.html","searchKeys":["base64UrlPadDecodedBytes","val String.base64UrlPadDecodedBytes: ByteArray","org.hyperledger.identus.apollo.base64.base64UrlPadDecodedBytes"]},{"name":"val String.base64UrlPadEncoded: String","description":"org.hyperledger.identus.apollo.base64.base64UrlPadEncoded","location":"-apollo/org.hyperledger.identus.apollo.base64/base64-url-pad-encoded.html","searchKeys":["base64UrlPadEncoded","val String.base64UrlPadEncoded: String","org.hyperledger.identus.apollo.base64.base64UrlPadEncoded"]},{"name":"val axes: List","description":"org.hyperledger.identus.apollo.derivation.DerivationPath.axes","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-path/axes.html","searchKeys":["axes","val axes: List","org.hyperledger.identus.apollo.derivation.DerivationPath.axes"]},{"name":"val chainCode: ByteArray","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.chainCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/chain-code.html","searchKeys":["chainCode","val chainCode: ByteArray","org.hyperledger.identus.apollo.derivation.HDKeyOptions.chainCode"]},{"name":"val chainCode: ByteArray? = null","description":"org.hyperledger.identus.apollo.derivation.HDKey.chainCode","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/chain-code.html","searchKeys":["chainCode","val chainCode: ByteArray? = null","org.hyperledger.identus.apollo.derivation.HDKey.chainCode"]},{"name":"val childIndex: BigIntegerWrapper","description":"org.hyperledger.identus.apollo.derivation.HDKey.childIndex","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/child-index.html","searchKeys":["childIndex","val childIndex: BigIntegerWrapper","org.hyperledger.identus.apollo.derivation.HDKey.childIndex"]},{"name":"val depth: Int","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.depth","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/depth.html","searchKeys":["depth","val depth: Int","org.hyperledger.identus.apollo.derivation.HDKeyOptions.depth"]},{"name":"val depth: Int = 0","description":"org.hyperledger.identus.apollo.derivation.HDKey.depth","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/depth.html","searchKeys":["depth","val depth: Int = 0","org.hyperledger.identus.apollo.derivation.HDKey.depth"]},{"name":"val encodedLength: Int = 43","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.encodedLength","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/encoded-length.html","searchKeys":["encodedLength","val encodedLength: Int = 43","org.hyperledger.identus.apollo.utils.Curve25519Parser.encodedLength"]},{"name":"val entries: EnumEntries","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.entries","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/entries.html","searchKeys":["entries","val entries: EnumEntries","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.entries"]},{"name":"val extendedLength: Int = 64","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.extendedLength","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/extended-length.html","searchKeys":["extendedLength","val extendedLength: Int = 64","org.hyperledger.identus.apollo.utils.Curve25519Parser.extendedLength"]},{"name":"val global: dynamic","description":"org.hyperledger.identus.apollo.utils.global","location":"-apollo/org.hyperledger.identus.apollo.utils/global.html","searchKeys":["global","val global: dynamic","org.hyperledger.identus.apollo.utils.global"]},{"name":"val hardened: Boolean","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.hardened","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/hardened.html","searchKeys":["hardened","val hardened: Boolean","org.hyperledger.identus.apollo.derivation.DerivationAxis.hardened"]},{"name":"val i: Int","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.i","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/i.html","searchKeys":["i","val i: Int","org.hyperledger.identus.apollo.derivation.DerivationAxis.i"]},{"name":"val index: BigInteger","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.index","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/--index--.html","searchKeys":["index","val index: BigInteger","org.hyperledger.identus.apollo.derivation.HDKeyOptions.index"]},{"name":"val isNode: Boolean","description":"org.hyperledger.identus.apollo.utils.isNode","location":"-apollo/org.hyperledger.identus.apollo.utils/is-node.html","searchKeys":["isNode","val isNode: Boolean","org.hyperledger.identus.apollo.utils.isNode"]},{"name":"val number: Int","description":"org.hyperledger.identus.apollo.derivation.DerivationAxis.number","location":"-apollo/org.hyperledger.identus.apollo.derivation/-derivation-axis/number.html","searchKeys":["number","val number: Int","org.hyperledger.identus.apollo.derivation.DerivationAxis.number"]},{"name":"val parentFingerprint: Int?","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.parentFingerprint","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/parent-fingerprint.html","searchKeys":["parentFingerprint","val parentFingerprint: Int?","org.hyperledger.identus.apollo.derivation.HDKeyOptions.parentFingerprint"]},{"name":"val privateKey: ByteArray? = null","description":"org.hyperledger.identus.apollo.derivation.HDKey.privateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/private-key.html","searchKeys":["privateKey","val privateKey: ByteArray? = null","org.hyperledger.identus.apollo.derivation.HDKey.privateKey"]},{"name":"val publicKey: ByteArray? = null","description":"org.hyperledger.identus.apollo.derivation.HDKey.publicKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key/public-key.html","searchKeys":["publicKey","val publicKey: ByteArray? = null","org.hyperledger.identus.apollo.derivation.HDKey.publicKey"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw"]},{"name":"val raw: Buffer","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/[js]raw.html","searchKeys":["raw","val raw: Buffer","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-private-key/raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PrivateKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-secp256k1-public-key/raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMECSecp256k1PublicKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-private-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMEdPrivateKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-ed-public-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMEdPublicKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-private-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMX25519PrivateKey.raw"]},{"name":"val raw: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-x25519-public-key/[jvm]raw.html","searchKeys":["raw","val raw: ByteArray","org.hyperledger.identus.apollo.utils.KMMX25519PublicKey.raw"]},{"name":"val rawLength: Int = 32","description":"org.hyperledger.identus.apollo.utils.Curve25519Parser.rawLength","location":"-apollo/org.hyperledger.identus.apollo.utils/-curve25519-parser/raw-length.html","searchKeys":["rawLength","val rawLength: Int = 32","org.hyperledger.identus.apollo.utils.Curve25519Parser.rawLength"]},{"name":"val value: String","description":"org.hyperledger.identus.apollo.utils.KMMEllipticCurve.value","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-elliptic-curve/value.html","searchKeys":["value","val value: String","org.hyperledger.identus.apollo.utils.KMMEllipticCurve.value"]},{"name":"val versions: Pair","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.versions","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/versions.html","searchKeys":["versions","val versions: Pair","org.hyperledger.identus.apollo.derivation.HDKeyOptions.versions"]},{"name":"val words: Array","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[js]-mnemonic-code/words.html","searchKeys":["words","val words: Array","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val words: List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[android]-mnemonic-code/words.html","searchKeys":["words","val words: List","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val words: List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[apple]-mnemonic-code/words.html","searchKeys":["words","val words: List","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val words: List","description":"org.hyperledger.identus.apollo.derivation.MnemonicCode.words","location":"-apollo/org.hyperledger.identus.apollo.derivation/[jvm]-mnemonic-code/words.html","searchKeys":["words","val words: List","org.hyperledger.identus.apollo.derivation.MnemonicCode.words"]},{"name":"val x: BN","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS.x","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/x.html","searchKeys":["x","val x: BN","org.hyperledger.identus.apollo.utils.KMMECPointJS.x"]},{"name":"val x: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/x.html","searchKeys":["x","val x: ByteArray","org.hyperledger.identus.apollo.utils.KMMECPoint.x"]},{"name":"val x: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.x","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/x.html","searchKeys":["x","val x: Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.x"]},{"name":"val y: BN","description":"org.hyperledger.identus.apollo.utils.KMMECPointJS.y","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point-j-s/y.html","searchKeys":["y","val y: BN","org.hyperledger.identus.apollo.utils.KMMECPointJS.y"]},{"name":"val y: ByteArray","description":"org.hyperledger.identus.apollo.utils.KMMECPoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils/-k-m-m-e-c-point/y.html","searchKeys":["y","val y: ByteArray","org.hyperledger.identus.apollo.utils.KMMECPoint.y"]},{"name":"val y: Uint8Array","description":"org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.y","location":"-apollo/org.hyperledger.identus.apollo.utils.external.secp256k1/-projective-point/y.html","searchKeys":["y","val y: Uint8Array","org.hyperledger.identus.apollo.utils.external.secp256k1.ProjectivePoint.y"]},{"name":"var BN: Any","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.BN","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/-b-n.html","searchKeys":["BN","var BN: Any","org.hyperledger.identus.apollo.utils.external.BN.Companion.BN"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha384.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha384.blockLen"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512.blockLen"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_224.blockLen"]},{"name":"var blockLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.blockLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/block-len.html","searchKeys":["blockLen","var blockLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_256.blockLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha384.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha384/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha384.outputLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512.outputLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_224.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_224/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_224.outputLen"]},{"name":"var outputLen: Number","description":"org.hyperledger.identus.apollo.hashing.external.sha512_256.outputLen","location":"-apollo/org.hyperledger.identus.apollo.hashing.external/sha512_256/output-len.html","searchKeys":["outputLen","var outputLen: Number","org.hyperledger.identus.apollo.hashing.external.sha512_256.outputLen"]},{"name":"var privateKey: ByteArray?","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.privateKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/private-key.html","searchKeys":["privateKey","var privateKey: ByteArray?","org.hyperledger.identus.apollo.derivation.HDKeyOptions.privateKey"]},{"name":"var publicKey: ByteArray?","description":"org.hyperledger.identus.apollo.derivation.HDKeyOptions.publicKey","location":"-apollo/org.hyperledger.identus.apollo.derivation/-h-d-key-options/public-key.html","searchKeys":["publicKey","var publicKey: ByteArray?","org.hyperledger.identus.apollo.derivation.HDKeyOptions.publicKey"]},{"name":"var wordSize: Number","description":"org.hyperledger.identus.apollo.utils.external.BN.Companion.wordSize","location":"-apollo/org.hyperledger.identus.apollo.utils.external/-b-n/-companion/word-size.html","searchKeys":["wordSize","var wordSize: Number","org.hyperledger.identus.apollo.utils.external.BN.Companion.wordSize"]}]