| Class | Description |
|---|---|
| ECKey |
Public and private
Elliptic Curve JSON Web Key (JWK). |
| ECKey.Builder |
Builder for constructing Elliptic Curve JWKs.
|
| ECKey.Curve |
Cryptographic curve.
|
| JWK |
The base abstract class for JSON Web Keys (JWKs).
|
| JWKMatcher |
JSON Web Key (JWK) matcher.
|
| JWKMatcher.Builder |
Builder for constructing JWK matchers.
|
| JWKSelector |
Selects (filters) one or more JSON Web Keys (JWKs) from a JWK set.
|
| JWKSet |
JSON Web Key (JWK) set.
|
| KeyType |
Key type.
|
| OctetSequenceKey |
Octet sequence JSON Web Key (JWK), used to represent
symmetric keys. |
| OctetSequenceKey.Builder |
Builder for constructing octet sequence JWKs.
|
| RSAKey |
Public and private
RSA JSON Web Key (JWK). |
| RSAKey.Builder |
Builder for constructing RSA JWKs.
|
| RSAKey.OtherPrimesInfo |
Other Primes Info, represents the private
oth parameter of a
RSA JWK. |
| Enum | Description |
|---|---|
| KeyOperation |
Enumeration of key operations.
|
| KeyUse |
Enumeration of public key uses.
|
This package provides representation, serialisation and parsing of Elliptic Curve (EC), RSA and symmetric JWKs.
References:
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.