Module: Sandal::Sig

Defined in:
lib/sandal/sig.rb,
lib/sandal/sig/es.rb,
lib/sandal/sig/hs.rb,
lib/sandal/sig/rs.rb

Overview

Contains signature (JWS) functionality.

Defined Under Namespace

Classes: ES, ES256, ES384, ES512, HS, HS256, HS384, HS512, None, RS, RS256, RS384, RS512

Constant Summary collapse

NONE =

The singleton instance of the Sandal::Sig::None signature method.

Sandal::Sig::None.instance