From 9b44d52e148940e2b7a391bf58974b8005fd272b Mon Sep 17 00:00:00 2001 From: PSchmiedmayer Date: Sun, 8 Dec 2024 20:15:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Stanford?= =?UTF-8?q?Spezi/SpeziKt@c6d63bf841c7fad3f65018e07ba410ce41bdfdba=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- .../-date-picker-dialog.html | 2 +- .../-register-view-model/index.html | 2 +- .../edu.stanford.spezi.module.account.register/index.html | 2 +- .../-credential-types/-credential-types.html | 2 +- .../-credential-types/index.html | 4 ++-- .../index.html | 2 +- .../-key-storage/create.html | 2 +- .../-key-storage/index.html | 8 ++++---- .../-key-storage/retrieve-key-pair.html | 2 +- .../-key-storage/retrieve-private-key.html | 2 +- .../-key-storage/retrieve-public-key.html | 2 +- .../-local-storage-setting/-encrypted/-encrypted.html | 2 +- .../-local-storage-setting/-encrypted/index.html | 6 +++--- .../-local-storage-setting/-encrypted/key-pair.html | 2 +- .../-local-storage-setting/index.html | 2 +- 16 files changed, 22 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index f4afa8a0b..e24269014 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@
-

Main Codecov

+

Deployment Codecov

Spezi

Kotlin & Android Version of the Stanford Spezi Framework

An Ecosystem of Modules

diff --git a/modules/account/edu.stanford.spezi.module.account.register/-date-picker-dialog.html b/modules/account/edu.stanford.spezi.module.account.register/-date-picker-dialog.html index 360cc6f85..4730abe2d 100644 --- a/modules/account/edu.stanford.spezi.module.account.register/-date-picker-dialog.html +++ b/modules/account/edu.stanford.spezi.module.account.register/-date-picker-dialog.html @@ -63,7 +63,7 @@

DatePickerDialog

-
fun DatePickerDialog(onDateSelected: (LocalDate) -> Unit, onDismiss: () -> Unit)
+
fun DatePickerDialog(onDateSelected: (LocalDate) -> Unit, onDismiss: () -> Unit)
- +
diff --git a/modules/account/edu.stanford.spezi.module.account.register/index.html b/modules/account/edu.stanford.spezi.module.account.register/index.html index 1e77d2902..1bc680cbb 100644 --- a/modules/account/edu.stanford.spezi.module.account.register/index.html +++ b/modules/account/edu.stanford.spezi.module.account.register/index.html @@ -173,7 +173,7 @@

Functions

-
fun DatePickerDialog(onDateSelected: (LocalDate) -> Unit, onDismiss: () -> Unit)
+
fun DatePickerDialog(onDateSelected: (LocalDate) -> Unit, onDismiss: () -> Unit)
diff --git a/modules/storage/edu.stanford.spezi.modules.storage.credential/-credential-types/-credential-types.html b/modules/storage/edu.stanford.spezi.modules.storage.credential/-credential-types/-credential-types.html index 05ea178ab..be26f29df 100644 --- a/modules/storage/edu.stanford.spezi.modules.storage.credential/-credential-types/-credential-types.html +++ b/modules/storage/edu.stanford.spezi.modules.storage.credential/-credential-types/-credential-types.html @@ -63,7 +63,7 @@

CredentialTypes

-
constructor(set: EnumSet<CredentialType>)
+
constructor(set: EnumSet<CredentialType>)
diff --git a/modules/storage/edu.stanford.spezi.modules.storage.credential/index.html b/modules/storage/edu.stanford.spezi.modules.storage.credential/index.html index e6fe06b28..43180fd35 100644 --- a/modules/storage/edu.stanford.spezi.modules.storage.credential/index.html +++ b/modules/storage/edu.stanford.spezi.modules.storage.credential/index.html @@ -123,7 +123,7 @@

Types

diff --git a/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/create.html b/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/create.html index 82036c941..bae373d51 100644 --- a/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/create.html +++ b/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/create.html @@ -63,7 +63,7 @@

create

-
abstract fun create(tag: String, size: Int = DEFAULT_KEY_SIZE): Result<KeyPair>
+
abstract fun create(tag: String, size: Int = DEFAULT_KEY_SIZE): Result<KeyPair>
-
abstract fun create(tag: String, size: Int = DEFAULT_KEY_SIZE): Result<KeyPair>
+
abstract fun create(tag: String, size: Int = DEFAULT_KEY_SIZE): Result<KeyPair>
@@ -143,7 +143,7 @@

Functions

-
abstract fun retrieveKeyPair(tag: String): KeyPair?
+
abstract fun retrieveKeyPair(tag: String): KeyPair?
@@ -158,7 +158,7 @@

Functions

-
abstract fun retrievePrivateKey(tag: String): PrivateKey?
+
abstract fun retrievePrivateKey(tag: String): PrivateKey?
@@ -173,7 +173,7 @@

Functions

-
abstract fun retrievePublicKey(tag: String): PublicKey?
+
abstract fun retrievePublicKey(tag: String): PublicKey?
diff --git a/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/retrieve-key-pair.html b/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/retrieve-key-pair.html index bc2c56be4..c239f09ee 100644 --- a/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/retrieve-key-pair.html +++ b/modules/storage/edu.stanford.spezi.modules.storage.local/-key-storage/retrieve-key-pair.html @@ -63,7 +63,7 @@

retrieveKeyPair

-
abstract fun retrieveKeyPair(tag: String): KeyPair?
+
abstract fun retrieveKeyPair(tag: String): KeyPair?
@@ -98,7 +98,7 @@

Properties

- +
diff --git a/modules/storage/edu.stanford.spezi.modules.storage.local/-local-storage-setting/-encrypted/key-pair.html b/modules/storage/edu.stanford.spezi.modules.storage.local/-local-storage-setting/-encrypted/key-pair.html index 6fd2a982c..d71f028ab 100644 --- a/modules/storage/edu.stanford.spezi.modules.storage.local/-local-storage-setting/-encrypted/key-pair.html +++ b/modules/storage/edu.stanford.spezi.modules.storage.local/-local-storage-setting/-encrypted/key-pair.html @@ -63,7 +63,7 @@

keyPair

-
+
-
data class Encrypted(val keyPair: KeyPair) : LocalStorageSetting
+
data class Encrypted(val keyPair: KeyPair) : LocalStorageSetting