-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #799 from ivanpagac/main
[iOS] add iOS target to waltid-dif-definitions-parser, walt-id-verification-policies, waltid-verifiable-credentials
- Loading branch information
Showing
4 changed files
with
71 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...fication/policies/RevocationPolicy.ios.kt → ...policies/policies/RevocationPolicy.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ation-policies/src/iosMain/kotlin/id/walt/policies/policies/SdJwtVCSignaturePolicy.ios.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
package id.walt.policies.policies | ||
|
||
import id.walt.crypto.keys.Key | ||
import id.walt.sdjwt.JWTCryptoProvider | ||
|
||
actual object JWTCryptoProviderManager { | ||
actual fun getDefaultJWTCryptoProvider(keys: Map<String, Key>): JWTCryptoProvider { | ||
TODO("Not yet implemented") | ||
} | ||
} |