Package | Description |
---|---|
com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
com.nimbusds.jose.jwk.source |
Interface and utilities for sourcing JSON Web Keys (JWKs).
|
com.nimbusds.jose.proc |
Secure framework for application-specific verification and decryption of
JOSE objects (with arbitrary payloads).
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteKeySourceException
Remote key source exception.
|
Modifier and Type | Method and Description |
---|---|
List<JWK> |
JWKSource.get(JWKSelector jwkSelector,
C context)
Retrieves a list of JWKs matching the specified selector.
|
Modifier and Type | Method and Description |
---|---|
List<Key> |
JWEDecryptionKeySelector.selectJWEKeys(JWEHeader jweHeader,
C context) |
List<? extends Key> |
JWEKeySelector.selectJWEKeys(JWEHeader header,
C context)
Selects key candidates for decrypting a JWE object.
|
List<Key> |
JWSVerificationKeySelector.selectJWSKeys(JWSHeader jwsHeader,
C context) |
List<? extends Key> |
JWSKeySelector.selectJWSKeys(JWSHeader header,
C context)
Selects key candidates for verifying a JWS object.
|
Copyright © 2017 Connect2id Ltd.. All rights reserved.