| Package | Description |
|---|---|
| com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
| Modifier and Type | Field and Description |
|---|---|
static JOSEObjectType |
JOSEObjectType.JWE
JWE object type.
|
static JOSEObjectType |
JOSEObjectType.JWS
JWS object type.
|
| Modifier and Type | Method and Description |
|---|---|
JOSEObjectType |
ReadOnlyHeader.getType()
Gets the type (
typ) parameter. |
JOSEObjectType |
Header.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Header.setType(JOSEObjectType typ)
Sets the type (
typ) parameter. |
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.