Skip to content

Commit 63ef931

Browse files
Update Multipaz to v.0.99.0 (#129)
* Update multipaz to version 0.97.0 * Update multipaz to version 0.98.0 * Update multipaz version to 0.99.0 * Remove TODO comment in MsoMdocCredentialCertifier * Update Dokka to 2.2.0 and migrate documentation tasks * update documentation and license files
1 parent 542adcf commit 63ef931

320 files changed

Lines changed: 1208 additions & 1935 deletions

File tree

Some content is hidden

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

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818
plugins {
1919
alias(libs.plugins.android.library) apply false
20-
alias(libs.plugins.kotlin.android) apply false
2120
alias(libs.plugins.dokka) apply false
2221
alias(libs.plugins.dependency.license.report) apply false
2322
alias(libs.plugins.dependencycheck) apply false

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-certification/-companion/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Companion
44

5-
[androidJvm]\
5+
[release]\
66
object [Companion](index.md)
77

88
## Functions
99

1010
| Name | Summary |
1111
|---|---|
12-
| [invoke](invoke.md) | [androidJvm]<br>operator fun [invoke](invoke.md)(format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialCertification](../index.md) |
12+
| [invoke](invoke.md) | [release]<br>operator fun [invoke](invoke.md)(format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialCertification](../index.md) |

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-certification/-companion/invoke.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# invoke
44

5-
[androidJvm]\
6-
operator fun [invoke](invoke.md)(format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialCertification](../index.md)
5+
[release]\
6+
operator fun [invoke](invoke.md)(format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialCertification](../index.md)

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-certification/certify-credential.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# certifyCredential
44

5-
[androidJvm]\
6-
abstract suspend fun [certifyCredential](certify-credential.md)(credential: SecureAreaBoundCredential, issuedCredential: [IssuerProvidedCredential](../-issuer-provided-credential/index.md), forceKeyCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-boolean/index.html))
5+
[release]\
6+
abstract suspend fun [certifyCredential](certify-credential.md)(credential: SecureAreaBoundCredential, issuedCredential: [IssuerProvidedCredential](../-issuer-provided-credential/index.md))

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-certification/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ fun interface [CredentialCertification](index.md)
1515

1616
| Name | Summary |
1717
|---|---|
18-
| [Companion](-companion/index.md) | [androidJvm]<br>object [Companion](-companion/index.md) |
18+
| [Companion](-companion/index.md) | [release]<br>object [Companion](-companion/index.md) |
1919

2020
## Functions
2121

2222
| Name | Summary |
2323
|---|---|
24-
| [certifyCredential](certify-credential.md) | [androidJvm]<br>abstract suspend fun [certifyCredential](certify-credential.md)(credential: SecureAreaBoundCredential, issuedCredential: [IssuerProvidedCredential](../-issuer-provided-credential/index.md), forceKeyCheck: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-boolean/index.html)) |
24+
| [certifyCredential](certify-credential.md) | [release]<br>abstract suspend fun [certifyCredential](certify-credential.md)(credential: SecureAreaBoundCredential, issuedCredential: [IssuerProvidedCredential](../-issuer-provided-credential/index.md)) |

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-factory/-companion/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Companion
44

5-
[androidJvm]\
5+
[release]\
66
object [Companion](index.md)
77

88
## Functions
99

1010
| Name | Summary |
1111
|---|---|
12-
| [invoke](invoke.md) | [androidJvm]<br>operator fun [invoke](invoke.md)(domain: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-string/index.html), format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialFactory](../index.md)<br>Creates an appropriate credential factory implementation based on the document format. |
12+
| [invoke](invoke.md) | [release]<br>operator fun [invoke](invoke.md)(domain: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialFactory](../index.md)<br>Creates an appropriate credential factory implementation based on the document format. |

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-factory/-companion/invoke.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# invoke
44

5-
[androidJvm]\
6-
operator fun [invoke](invoke.md)(domain: [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-string/index.html), format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialFactory](../index.md)
5+
[release]\
6+
operator fun [invoke](invoke.md)(domain: [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html), format: [DocumentFormat](../../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md)): [CredentialFactory](../index.md)
77

88
Creates an appropriate credential factory implementation based on the document format.
99

@@ -13,9 +13,9 @@ a credential factory implementation specific to the document format
1313

1414
#### Parameters
1515

16-
androidJvm
16+
release
1717

1818
| | |
1919
|---|---|
2020
| domain | the domain for the credentials |
21-
| format | the document format that determines which factory implementation to use |
21+
| format | the document format that determines which factory implementation to use |

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-factory/create-credentials.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# createCredentials
44

5-
[androidJvm]\
6-
abstract suspend fun [createCredentials](create-credentials.md)(format: [DocumentFormat](../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md), document: Document, createDocumentSettings: [CreateDocumentSettings](../../eu.europa.ec.eudi.wallet.document/-create-document-settings/index.md), secureArea: SecureArea): [Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-pair/index.html)&lt;[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin.collections/-list/index.html)&lt;SecureAreaBoundCredential&gt;, [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-string/index.html)?&gt;
5+
[release]\
6+
abstract suspend fun [createCredentials](create-credentials.md)(format: [DocumentFormat](../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md), document: Document, createDocumentSettings: [CreateDocumentSettings](../../eu.europa.ec.eudi.wallet.document/-create-document-settings/index.md), secureArea: SecureArea): [Pair](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-pair/index.html)&lt;[List](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html)&lt;SecureAreaBoundCredential&gt;, [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)?&gt;
77

88
Creates a list of credentials for a document based on the given format and settings.
99

@@ -13,11 +13,11 @@ a list of credentials bound to the secure area
1313

1414
#### Parameters
1515

16-
androidJvm
16+
release
1717

1818
| | |
1919
|---|---|
2020
| format | the document format that determines the type of credential to create |
2121
| document | the document that will contain the credentials |
2222
| createDocumentSettings | settings for creating the document credentials |
23-
| secureArea | the secure area for storing cryptographic keys |
23+
| secureArea | the secure area for storing cryptographic keys |

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-factory/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Factory interface for creating credentials based on document format. Provides fu
1717

1818
| Name | Summary |
1919
|---|---|
20-
| [Companion](-companion/index.md) | [androidJvm]<br>object [Companion](-companion/index.md) |
20+
| [Companion](-companion/index.md) | [release]<br>object [Companion](-companion/index.md) |
2121

2222
## Functions
2323

2424
| Name | Summary |
2525
|---|---|
26-
| [createCredentials](create-credentials.md) | [androidJvm]<br>abstract suspend fun [createCredentials](create-credentials.md)(format: [DocumentFormat](../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md), document: Document, createDocumentSettings: [CreateDocumentSettings](../../eu.europa.ec.eudi.wallet.document/-create-document-settings/index.md), secureArea: SecureArea): [Pair](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-pair/index.html)&lt;[List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin.collections/-list/index.html)&lt;SecureAreaBoundCredential&gt;, [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin-stdlib/kotlin/-string/index.html)?&gt;<br>Creates a list of credentials for a document based on the given format and settings. |
26+
| [createCredentials](create-credentials.md) | [release]<br>abstract suspend fun [createCredentials](create-credentials.md)(format: [DocumentFormat](../../eu.europa.ec.eudi.wallet.document.format/-document-format/index.md), document: Document, createDocumentSettings: [CreateDocumentSettings](../../eu.europa.ec.eudi.wallet.document/-create-document-settings/index.md), secureArea: SecureArea): [Pair](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-pair/index.html)&lt;[List](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/-list/index.html)&lt;SecureAreaBoundCredential&gt;, [String](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html)?&gt;<br>Creates a list of credentials for a document based on the given format and settings. |

docs/document-manager/eu.europa.ec.eudi.wallet.document.credential/-credential-issued-data/-mso-mdoc/-mso-mdoc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# MsoMdoc
44

5-
[androidJvm]\
6-
constructor(nameSpacedData: NameSpacedData, staticAuthData: StaticAuthDataParser.StaticAuthData)
5+
[release]\
6+
constructor(nameSpacedData: NameSpacedData, staticAuthData: StaticAuthDataParser.StaticAuthData)

0 commit comments

Comments
 (0)