Package | Description |
---|---|
com.nimbusds.jose.crypto.factories |
JWS verifier and JWE decrypter factories for use by the JOSE / JWT processor
framework.
|
com.nimbusds.jose.proc |
Secure framework for application-specific verification and decryption of
JOSE objects (with arbitrary payloads).
|
com.nimbusds.jwt.proc |
Secure framework for application-specific verification and decryption 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 © 2017 Connect2id Ltd.. All rights reserved.