Package com.nimbusds.jose.jwk

JSON Web Key (JWK) classes.

See:
          Description

Class Summary
ECKey Public and private Elliptic Curve JSON Web Key (JWK).
ECKey.Curve Cryptographic curve.
JWK The base abstract class for JSON Web Keys (JWKs).
JWKSet JSON Web Key (JWK) set.
KeyType Key type.
OctetSequenceKey Octet sequence JSON Web Key (JWK), used to represent symmetric keys.
RSAKey Public and private RSA JSON Web Key (JWK).
RSAKey.OtherPrimesInfo Other Primes Info, represents the private oth parameter of a RSA JWK.
 

Enum Summary
Use Enumeration of JSON Web Key (JWK) uses.
 

Package com.nimbusds.jose.jwk Description

JSON Web Key (JWK) classes.

This package provides representation, serialisation and parsing of Elliptic Curve (EC), RSA and symmetric JWKs.

References:

Version:
$version$ ($version-date$)
Author:
Vladimir Dzhuvinov


Copyright © 2013 NimbusDS. All Rights Reserved.