jose-rt
0.0.2
See the version list below for details.
dotnet add package jose-rt --version 0.0.2
NuGet\Install-Package jose-rt -Version 0.0.2
<PackageReference Include="jose-rt" Version="0.0.2" />
paket add jose-rt --version 0.0.2
#r "nuget: jose-rt, 0.0.2"
// Install jose-rt as a Cake Addin #addin nuget:?package=jose-rt&version=0.0.2 // Install jose-rt as a Cake Tool #tool nuget:?package=jose-rt&version=0.0.2
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) portable implementation for WinRT (Windows 8.1 and Windows Phone 8.1)
Supported algorithms
Signing:
- HMAC signatures with HS256, HS384 and HS512.
- ECDSA signatures with ES256, ES384 and ES512.
- RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512.
- RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512.
- NONE (unprotected) plain text algorithm without integrity protection
Encryption:
- Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.