|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadOnlyHeader | |
|---|---|
| com.nimbusds.jose | Javascript Object Signing and Encryption (JOSE) classes. |
| com.nimbusds.jwt | JSON Web Token (JWT) classes. |
| Uses of ReadOnlyHeader in com.nimbusds.jose |
|---|
| Subinterfaces of ReadOnlyHeader in com.nimbusds.jose | |
|---|---|
interface |
ReadOnlyCommonSEHeader
Read-only view of common JWS/JWE header parameters. |
interface |
ReadOnlyJWEHeader
Read-only view of a JWE header. |
interface |
ReadOnlyJWSHeader
Read-only view of a JWS header. |
interface |
ReadOnlyPlainHeader
Read-only view of a plaintext JOSE header. |
| Classes in com.nimbusds.jose that implement ReadOnlyHeader | |
|---|---|
class |
CommonSEHeader
Common class for JWS and JWE headers. |
class |
Header
The base abstract class for plaintext, JSON Web Signature (JWS) and JSON Web Encryption (JWE) headers. |
class |
JWEHeader
JSON Web Encryption (JWE) header. |
class |
JWSHeader
JSON Web Signature (JWS) header. |
class |
PlainHeader
Plaintext JOSE header. |
| Methods in com.nimbusds.jose that return ReadOnlyHeader | |
|---|---|
abstract ReadOnlyHeader |
JOSEObject.getHeader()
Gets the header of this JOSE object. |
| Uses of ReadOnlyHeader in com.nimbusds.jwt |
|---|
| Methods in com.nimbusds.jwt that return ReadOnlyHeader | |
|---|---|
ReadOnlyHeader |
JWT.getHeader()
Gets the JOSE header of the JSON Web Token (JWT). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||