You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
* Update feature section and small changes here and there
* Add RSA-OAEP checkmark
* Redo serializations section
* Use github text emojis
* Update changelog
* Add old serialization table again
Copy file name to clipboardExpand all lines: README.md
+46-44Lines changed: 46 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<br>
4
4
5
5
**JOSESwift** is a modular and extensible framework for the [JOSE](https://datatracker.ietf.org/wg/jose/about/) standards [**JWS**](https://tools.ietf.org/html/rfc7515), [**JWE**](https://tools.ietf.org/html/rfc7516), and [**JWK**](https://tools.ietf.org/html/rfc7517) written in Swift.
6
-
It is designed with usage on iOS and pure Swift environments in mind.
6
+
It is designed for usage on iOS but could be extended to be used in pure Swift environments.
For interchangeability JOSESwift currently supports compact serialization [for JWS](https://tools.ietf.org/html/rfc7515#section-3.1) and [for JWE](https://tools.ietf.org/html/rfc7516#section-3.1).
77
+
78
+
| Compact Serialization | JSON Serialization |
79
+
| :-------------------: | :----------------: |
42
80
|:white_check_mark:||
43
81
44
-
### JWS :pencil:
45
-
46
-
Digitally signing and verifying arbitrary data using the JWS standard.
0 commit comments