Skip to content

Commit 6113811

Browse files
deploy: 6361756
1 parent 792837a commit 6113811

File tree

690 files changed

+2651
-2563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

690 files changed

+2651
-2563
lines changed

main/kotlin/-core-crypto/com.wire.crypto/-buffered-decrypted-message/-buffered-decrypted-message.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@
104104
</div>
105105
</div>
106106
<div id="main">
107-
<div class="main-content" data-page-type="member" id="content" pageIds="CoreCrypto::com.wire.crypto/BufferedDecryptedMessage/BufferedDecryptedMessage/#kotlin.ByteArray?#kotlin.Boolean#kotlin.ULong?#com.wire.crypto.ClientId?#kotlin.Boolean#com.wire.crypto.WireIdentity/PointingToDeclaration//1144021071">
107+
<div class="main-content" data-page-type="member" id="content" pageIds="CoreCrypto::com.wire.crypto/BufferedDecryptedMessage/BufferedDecryptedMessage/#kotlin.ByteArray?#kotlin.Boolean#kotlin.ULong?#com.wire.crypto.ClientId?#com.wire.crypto.WireIdentity/PointingToDeclaration//1144021071">
108108
<div class="breadcrumbs"><a href="../../../index.html">CoreCrypto</a><span class="delimiter">/</span><a href="../index.html">com.wire.crypto</a><span class="delimiter">/</span><a href="index.html">BufferedDecryptedMessage</a><span class="delimiter">/</span><span class="current">BufferedDecryptedMessage</span></div>
109109
<div class="cover ">
110110
<h1 class="cover"><span>Buffered</span><wbr></wbr><span>Decrypted</span><wbr></wbr><span><span>Message</span></span></h1>
111111
</div>
112-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">message<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-byte-array/index.html">ByteArray</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">isActive<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token punctuation">, </span></span><span class="parameter ">commitDelay<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-u-long/index.html">ULong</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">senderClientId<span class="token operator">: </span><a href="../-client-id/index.html">ClientId</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">hasEpochChanged<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token punctuation">, </span></span><span class="parameter ">identity<span class="token operator">: </span><a href="../-wire-identity/index.html">WireIdentity</a></span></span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12000">source</a>)</span></span></div></div></div>
112+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">constructor</span><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">message<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-byte-array/index.html">ByteArray</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">isActive<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-boolean/index.html">Boolean</a><span class="token punctuation">, </span></span><span class="parameter ">commitDelay<span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-u-long/index.html">ULong</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">senderClientId<span class="token operator">: </span><a href="../-client-id/index.html">ClientId</a><span class="token operator">?</span><span class="token punctuation">, </span></span><span class="parameter ">identity<span class="token operator">: </span><a href="../-wire-identity/index.html">WireIdentity</a></span></span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12000">source</a>)</span></span></div></div></div>
113113
</div>
114114
<div class="footer">
115115
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>

main/kotlin/-core-crypto/com.wire.crypto/-buffered-decrypted-message/-companion/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="breadcrumbs"><a href="../../../../index.html">CoreCrypto</a><span class="delimiter">/</span><a href="../../index.html">com.wire.crypto</a><span class="delimiter">/</span><a href="../index.html">BufferedDecryptedMessage</a><span class="delimiter">/</span><span class="current">Companion</span></div>
109109
<div class="cover ">
110110
<h1 class="cover"><span><span>Companion</span></span></h1>
111-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">Companion</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12046">source</a>)</span></span></div></div></div>
111+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">Companion</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12039">source</a>)</span></span></div></div></div>
112112
</div>
113113
<div class="tabbedcontent">
114114
<div class="tabs-section" tabs-section="tabs-section"></div>

main/kotlin/-core-crypto/com.wire.crypto/-buffered-decrypted-message/destroy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<div class="cover ">
110110
<h1 class="cover"><span><span>destroy</span></span></h1>
111111
</div>
112-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">override </span><span class="token keyword">fun </span><a href="destroy.html"><span class="token function">destroy</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12034">source</a>)</span></span></div></div></div>
112+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">override </span><span class="token keyword">fun </span><a href="destroy.html"><span class="token function">destroy</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12028">source</a>)</span></span></div></div></div>
113113
</div>
114114
<div class="footer">
115115
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>

main/kotlin/-core-crypto/com.wire.crypto/-buffered-decrypted-message/identity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<div class="cover ">
110110
<h1 class="cover"><span><span>identity</span></span></h1>
111111
</div>
112-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">var </span><a href="identity.html">identity</a><span class="token operator">: </span><a href="../-wire-identity/index.html">WireIdentity</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12030">source</a>)</span></span></div><p class="paragraph">Identity claims present in the sender credential</p></div></div>
112+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":jvm/main"><div class="symbol monospace"><span class="token keyword">var </span><a href="identity.html">identity</a><span class="token operator">: </span><a href="../-wire-identity/index.html">WireIdentity</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/wireapp/core-crypto/tree/main/crypto-ffi/bindings/jvm/src/main/uniffi/com/wire/crypto/core_crypto_ffi.kt#L12024">source</a>)</span></span></div><p class="paragraph">Identity claims present in the sender credential</p></div></div>
113113
</div>
114114
<div class="footer">
115115
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>

0 commit comments

Comments
 (0)