| Package | Description |
|---|---|
| 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 |
DefaultJOSEObjectTypeVerifier<C extends SecurityContext>
Default JOSE header "typ" (type) parameter verifier.
|
| Modifier and Type | Method and Description |
|---|---|
JOSEObjectTypeVerifier<C> |
JOSEProcessorConfiguration.getJWETypeVerifier()
Gets the JWE header "typ" (type) parameter verifier.
|
JOSEObjectTypeVerifier<C> |
DefaultJOSEProcessor.getJWETypeVerifier() |
JOSEObjectTypeVerifier<C> |
JOSEProcessorConfiguration.getJWSTypeVerifier()
Gets the JWS header "typ" (type) parameter verifier.
|
JOSEObjectTypeVerifier<C> |
DefaultJOSEProcessor.getJWSTypeVerifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
JOSEProcessorConfiguration.setJWETypeVerifier(JOSEObjectTypeVerifier<C> jweTypeVerifier)
Sets the JWE header "typ" (type) parameter verifier.
|
void |
DefaultJOSEProcessor.setJWETypeVerifier(JOSEObjectTypeVerifier<C> jweTypeVerifier) |
void |
JOSEProcessorConfiguration.setJWSTypeVerifier(JOSEObjectTypeVerifier<C> jwsTypeVerifier)
Sets the JWS header "typ" (type) parameter verifier.
|
void |
DefaultJOSEProcessor.setJWSTypeVerifier(JOSEObjectTypeVerifier<C> jwsTypeVerifier) |
| Modifier and Type | Method and Description |
|---|---|
JOSEObjectTypeVerifier<C> |
DefaultJWTProcessor.getJWETypeVerifier() |
JOSEObjectTypeVerifier<C> |
DefaultJWTProcessor.getJWSTypeVerifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJWTProcessor.setJWETypeVerifier(JOSEObjectTypeVerifier<C> jweTypeVerifier) |
void |
DefaultJWTProcessor.setJWSTypeVerifier(JOSEObjectTypeVerifier<C> jwsTypeVerifier) |
Copyright © 2019 Connect2id Ltd.. All rights reserved.