jose

package module
v0.0.0-...-4fd71c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

README

jose

Raiqub/jose is a library for the Go Programming Language. It provides an implementation of JSON Object Signing and Encryption (JOSE).

Status

Build Status GoDoc

Installation

To install raiqub/jose library run the following command:

go get gopkg.in/raiqub/jose.v0

To import this package, add the following line to your code:

import "gopkg.in/raiqub/jose.v0"

License

raiqub/jose is made available under the Apache Version 2.0 License.

Documentation

Overview

Package jose provides implementation of JSON Object Signing and Encryption (JOSE) specification.

Directories

Path Synopsis
Package converters provides converters for jose sub-packages.
Package converters provides converters for jose sub-packages.
jwa
Package jwa implements JSON Web Algorithms (JWA) specification.
Package jwa implements JSON Web Algorithms (JWA) specification.
ecdsa
Package ecdsa implements ECDSA algorithm following JSON Web Algorithms (JWA) directives.
Package ecdsa implements ECDSA algorithm following JSON Web Algorithms (JWA) directives.
hmac
Package hmac implements HMAC algorithm following JSON Web Algorithms (JWA) directives.
Package hmac implements HMAC algorithm following JSON Web Algorithms (JWA) directives.
jwatest
Package jwatest provides testing functions for jwa package.
Package jwatest provides testing functions for jwa package.
pkcs1
Package pkcs1 implements RSASSA PKCS#1 v1.5 algorithm following JSON Web Algorithms (JWA) directives.
Package pkcs1 implements RSASSA PKCS#1 v1.5 algorithm following JSON Web Algorithms (JWA) directives.
pss
Package pss implements RSASSA PSS+MGF1 algorithm following JSON Web Algorithms (JWA) directives.
Package pss implements RSASSA PSS+MGF1 algorithm following JSON Web Algorithms (JWA) directives.
rsa
Package rsa implements RSASSA common functions for PKCS#1 and PSS.
Package rsa implements RSASSA common functions for PKCS#1 and PSS.
jwk
Package jwk implements JSON Web Key (JWK) specification.
Package jwk implements JSON Web Key (JWK) specification.
adapters
Package adapters implements adapters for JWK data.
Package adapters implements adapters for JWK data.
services
Package services implements services which provides JWK set.
Package services implements services which provides JWK set.
jws
Package jws implements JSON Web Signature (JWS) specification.
Package jws implements JSON Web Signature (JWS) specification.
services
Package services implements services which provides JWK signing and verifying.
Package services implements services which provides JWK signing and verifying.
Package jwt implements JSON Web Token (JWT) specification.
Package jwt implements JSON Web Token (JWT) specification.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL