| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| com.authlete.common.types |
Enum definitions and lists of pre-defined constants.
|
| Modifier and Type | Method and Description |
|---|---|
JWEEnc |
Client.getAuthorizationEncryptionEnc()
Get the JWE
enc algorithm for encrypting authorization responses. |
JWEEnc |
Client.getIdTokenEncryptionEnc()
Get the JWE
enc algorithm for encrypting the ID token
issued to this client. |
JWEEnc |
Client.getRequestEncryptionEnc()
Get the JWE
enc algorithm for encrypting request objects. |
JWEEnc |
Client.getUserInfoEncryptionEnc()
Get the JWE
enc algorithm for encrypting UserInfo responses. |
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.setAuthorizationEncryptionEnc(JWEEnc enc)
Set the JWE
enc algorithm for encrypting authorization responses. |
Client |
Client.setIdTokenEncryptionEnc(JWEEnc enc)
Set the JWE
enc algorithm for encrypting the ID token
issued to this client. |
Client |
Client.setRequestEncryptionEnc(JWEEnc enc)
Set the JWE
enc algorithm for encrypting request objects. |
Client |
Client.setUserInfoEncryptionEnc(JWEEnc enc)
Set the JWE
enc algorithm for encrypting UserInfo responses. |
| Modifier and Type | Method and Description |
|---|---|
static JWEEnc |
JWEEnc.getByValue(short value)
Find an instance of this enum by a value.
|
static JWEEnc |
JWEEnc.parse(String alg)
Convert
String to JWEEnc. |
static JWEEnc[] |
JWEEnc.toArray(int bits) |
static JWEEnc |
JWEEnc.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWEEnc[] |
JWEEnc.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<JWEEnc> |
JWEEnc.toSet(int bits) |
static EnumSet<JWEEnc> |
JWEEnc.toSet(JWEEnc[] array) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<JWEEnc> |
JWEEnc.toSet(JWEEnc[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
JWEEnc.toBits(EnumSet<JWEEnc> set) |
Copyright © 2019. All rights reserved.