Skip to content

Commit

Permalink
minor changes; kdoc; update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanellopoulos committed Jun 5, 2024
1 parent c8bb7ca commit 7114733
Show file tree
Hide file tree
Showing 12 changed files with 222 additions and 37 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//[wallet-core](../../../index.md)/[eu.europa.ec.eudi.wallet.issue.openid4vci](../index.md)/[UnsupportedAlgorithmException](index.md)/[UnsupportedAlgorithmException](-unsupported-algorithm-exception.md)

# UnsupportedAlgorithmException

[androidJvm]\
constructor()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//[wallet-core](../../../index.md)/[eu.europa.ec.eudi.wallet.issue.openid4vci](../index.md)/[UnsupportedAlgorithmException](index.md)

# UnsupportedAlgorithmException

[androidJvm]\
class [UnsupportedAlgorithmException](index.md) : [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)

## Constructors

| | |
|----------------------------------------------------------------------|-------------------------------|
| [UnsupportedAlgorithmException](-unsupported-algorithm-exception.md) | [androidJvm]<br>constructor() |

## Functions

| Name | Summary |
|----------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [addSuppressed](../-unsupported-proof-type-exception/index.md#282858770%2FFunctions%2F1615067946) | [androidJvm]<br>fun [addSuppressed](../-unsupported-proof-type-exception/index.md#282858770%2FFunctions%2F1615067946)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)) |
| [fillInStackTrace](../-unsupported-proof-type-exception/index.md#-1102069925%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [fillInStackTrace](../-unsupported-proof-type-exception/index.md#-1102069925%2FFunctions%2F1615067946)(): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [getLocalizedMessage](../-unsupported-proof-type-exception/index.md#1043865560%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [getLocalizedMessage](../-unsupported-proof-type-exception/index.md#1043865560%2FFunctions%2F1615067946)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [getStackTrace](../-unsupported-proof-type-exception/index.md#2050903719%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [getStackTrace](../-unsupported-proof-type-exception/index.md#2050903719%2FFunctions%2F1615067946)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt; |
| [getSuppressed](../-unsupported-proof-type-exception/index.md#672492560%2FFunctions%2F1615067946) | [androidJvm]<br>fun [getSuppressed](../-unsupported-proof-type-exception/index.md#672492560%2FFunctions%2F1615067946)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)&gt; |
| [initCause](../-unsupported-proof-type-exception/index.md#-418225042%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [initCause](../-unsupported-proof-type-exception/index.md#-418225042%2FFunctions%2F1615067946)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [printStackTrace](../-unsupported-proof-type-exception/index.md#-1769529168%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [printStackTrace](../-unsupported-proof-type-exception/index.md#-1769529168%2FFunctions%2F1615067946)()<br>open fun [printStackTrace](../-unsupported-proof-type-exception/index.md#1841853697%2FFunctions%2F1615067946)(p0: [PrintStream](https://developer.android.com/reference/kotlin/java/io/PrintStream.html))<br>open fun [printStackTrace](../-unsupported-proof-type-exception/index.md#1175535278%2FFunctions%2F1615067946)(p0: [PrintWriter](https://developer.android.com/reference/kotlin/java/io/PrintWriter.html)) |
| [setStackTrace](../-unsupported-proof-type-exception/index.md#2135801318%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [setStackTrace](../-unsupported-proof-type-exception/index.md#2135801318%2FFunctions%2F1615067946)(p0: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt;) |

## Properties

| Name | Summary |
|-----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [cause](../-unsupported-proof-type-exception/index.md#-654012527%2FProperties%2F1615067946) | [androidJvm]<br>open val [cause](../-unsupported-proof-type-exception/index.md#-654012527%2FProperties%2F1615067946): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)? |
| [message](../-unsupported-proof-type-exception/index.md#1824300659%2FProperties%2F1615067946) | [androidJvm]<br>open val [message](../-unsupported-proof-type-exception/index.md#1824300659%2FProperties%2F1615067946): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
//[wallet-core](../../../index.md)/[eu.europa.ec.eudi.wallet.issue.openid4vci](../index.md)/[UnsupportedProofTypeException](index.md)/[UnsupportedProofTypeException](-unsupported-proof-type-exception.md)

# UnsupportedProofTypeException

[androidJvm]\
constructor()
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
//[wallet-core](../../../index.md)/[eu.europa.ec.eudi.wallet.issue.openid4vci](../index.md)/[UnsupportedProofTypeException](index.md)

# UnsupportedProofTypeException

[androidJvm]\
class [UnsupportedProofTypeException](index.md) : [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)

## Constructors

| | |
|-----------------------------------------------------------------------|-------------------------------|
| [UnsupportedProofTypeException](-unsupported-proof-type-exception.md) | [androidJvm]<br>constructor() |

## Functions

| Name | Summary |
|---------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [addSuppressed](index.md#282858770%2FFunctions%2F1615067946) | [androidJvm]<br>fun [addSuppressed](index.md#282858770%2FFunctions%2F1615067946)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)) |
| [fillInStackTrace](index.md#-1102069925%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [fillInStackTrace](index.md#-1102069925%2FFunctions%2F1615067946)(): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [getLocalizedMessage](index.md#1043865560%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [getLocalizedMessage](index.md#1043865560%2FFunctions%2F1615067946)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) |
| [getStackTrace](index.md#2050903719%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [getStackTrace](index.md#2050903719%2FFunctions%2F1615067946)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt; |
| [getSuppressed](index.md#672492560%2FFunctions%2F1615067946) | [androidJvm]<br>fun [getSuppressed](index.md#672492560%2FFunctions%2F1615067946)(): [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)&gt; |
| [initCause](index.md#-418225042%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [initCause](index.md#-418225042%2FFunctions%2F1615067946)(p0: [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [printStackTrace](index.md#-1769529168%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [printStackTrace](index.md#-1769529168%2FFunctions%2F1615067946)()<br>open fun [printStackTrace](index.md#1841853697%2FFunctions%2F1615067946)(p0: [PrintStream](https://developer.android.com/reference/kotlin/java/io/PrintStream.html))<br>open fun [printStackTrace](index.md#1175535278%2FFunctions%2F1615067946)(p0: [PrintWriter](https://developer.android.com/reference/kotlin/java/io/PrintWriter.html)) |
| [setStackTrace](index.md#2135801318%2FFunctions%2F1615067946) | [androidJvm]<br>open fun [setStackTrace](index.md#2135801318%2FFunctions%2F1615067946)(p0: [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)&lt;[StackTraceElement](https://developer.android.com/reference/kotlin/java/lang/StackTraceElement.html)&gt;) |

## Properties

| Name | Summary |
|----------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [cause](index.md#-654012527%2FProperties%2F1615067946) | [androidJvm]<br>open val [cause](index.md#-654012527%2FProperties%2F1615067946): [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html)? |
| [message](index.md#1824300659%2FProperties%2F1615067946) | [androidJvm]<br>open val [message](index.md#1824300659%2FProperties%2F1615067946): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)? |
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

## Types

| Name | Summary |
|---|---|
| [IssueEvent](-issue-event/index.md) | [androidJvm]<br>interface [IssueEvent](-issue-event/index.md) |
| [Offer](-offer/index.md) | [androidJvm]<br>interface [Offer](-offer/index.md)<br>An offer of credentials to be issued. |
| [OfferResult](-offer-result/index.md) | [androidJvm]<br>interface [OfferResult](-offer-result/index.md)<br>The result of an offer operation. |
| [OpenId4VciManager](-open-id4-vci-manager/index.md) | [androidJvm]<br>interface [OpenId4VciManager](-open-id4-vci-manager/index.md)<br>OpenId4VciManager is the main entry point to issue documents using the OpenId4Vci protocol It provides methods to issue documents using a document type or an offer, and to resolve an offer |
| Name | Summary |
|-----------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [IssueEvent](-issue-event/index.md) | [androidJvm]<br>interface [IssueEvent](-issue-event/index.md) |
| [Offer](-offer/index.md) | [androidJvm]<br>interface [Offer](-offer/index.md)<br>An offer of credentials to be issued. |
| [OfferResult](-offer-result/index.md) | [androidJvm]<br>interface [OfferResult](-offer-result/index.md)<br>The result of an offer operation. |
| [OpenId4VciManager](-open-id4-vci-manager/index.md) | [androidJvm]<br>interface [OpenId4VciManager](-open-id4-vci-manager/index.md)<br>OpenId4VciManager is the main entry point to issue documents using the OpenId4Vci protocol It provides methods to issue documents using a document type or an offer, and to resolve an offer |
| [UnsupportedAlgorithmException](-unsupported-algorithm-exception/index.md) | [androidJvm]<br>class [UnsupportedAlgorithmException](-unsupported-algorithm-exception/index.md) : [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
| [UnsupportedProofTypeException](-unsupported-proof-type-exception/index.md) | [androidJvm]<br>class [UnsupportedProofTypeException](-unsupported-proof-type-exception/index.md) : [Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) |
Loading

0 comments on commit 7114733

Please sign in to comment.