TOP | DOWNLOADS-|-
jsrsasign provides following demonstrations to learn jsrsasign programming.
Crypto
- ECDSA - ECDSA sample application to generate ECC keypair, sign message and verify signature.
- RSA signing - RSA sample application to sign message and verify signature.
JWS(JSON Web Signatures)
- JWS signing sample - RS256 JWS signing sample in JWS Internet Draft 04 Annex.2 where RSA private key is represented by N, E and D.
- JWS signing sample2 - RS256 JWS signing sample in JWS Internet Draft 04 Annex.2 where RSA private key is PEM PKCS#1 private key.
- JWS signing sample3 - PS256 RSA-PSS JWS signing sample in JWS Internet Draft 04 Annex.2 where RSA private key is PEM PKCS#1 private key.
- JWS verify sample - RS256 JWS verify sample in JWS Internet Draft 04 Annex.2 where RSA public key is represented by bare N and E.
- JWS verify sample2 - RS256 JWS verify sample in JWS Internet Draft 04 Annex.2 where RSA private key is PEM X.509 certificate.
- JWS verify sample3 - PS256 RSA-PSS JWS sample in JWS Internet Draft 04 Annex.2 where RSA private key is PEM X.509 certificate.
JWS-JS(JSON Web Signatures JSON Serialization aka parallel signatures)
- JWS-JS generation1 - This generates JWS-JS signature first time. Then it add signatures.
- JWS-JS generation2 - This loads a JWS first time and convert it to JWS-JS. Then it add signatures.
- JWS-JS verification1 - This verifies multiple parallel JWS-JS signatures.