Package | Description |
---|---|
com.nimbusds.jose.crypto.factories |
JWS verifier and JWE decrypter factories for use by the JOSE / JWT processor
framewor.
|
com.nimbusds.jose.proc |
Secure framework for application-specific processing of JOSE objects (with
arbitrary payloads).
|
com.nimbusds.jwt.proc |
Secure framework for application-specific processing of JSON Web Tokens
(JWTs).
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultJWEDecrypterFactory
Default JSON Web Encryption (JWE) decrypter factory.
|
Modifier and Type | Method and Description |
---|---|
JWEDecrypterFactory |
JOSEProcessorConfiguration.getJWEDecrypterFactory()
Gets the factory for creating JWE decrypter instances.
|
JWEDecrypterFactory |
DefaultJOSEProcessor.getJWEDecrypterFactory() |
Modifier and Type | Method and Description |
---|---|
void |
JOSEProcessorConfiguration.setJWEDecrypterFactory(JWEDecrypterFactory factory)
Sets the factory for creating JWE decrypter instances.
|
void |
DefaultJOSEProcessor.setJWEDecrypterFactory(JWEDecrypterFactory factory) |
Modifier and Type | Method and Description |
---|---|
JWEDecrypterFactory |
DefaultJWTProcessor.getJWEDecrypterFactory() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJWTProcessor.setJWEDecrypterFactory(JWEDecrypterFactory factory) |
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.