| 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.
|
| com.authlete.common.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
JWEAlg |
Client.getAuthorizationEncryptionAlg()
Get the JWE
alg algorithm for encrypting authorization responses. |
JWEAlg |
Client.getIdTokenEncryptionAlg()
Get the JWE
alg algorithm for encrypting the ID token
issued to this client. |
JWEAlg |
Client.getRequestEncryptionAlg()
Get the JWE
alg algorithm for encrypting request objects. |
JWEAlg |
Client.getUserInfoEncryptionAlg()
Get the JWE
alg algorithm for encrypting UserInfo responses. |
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.setAuthorizationEncryptionAlg(JWEAlg alg)
Set the JWE
alg algorithm for encrypting authorization responses. |
Client |
Client.setIdTokenEncryptionAlg(JWEAlg alg)
Set the JWE
alg algorithm for encrypting the ID token
issued to this client. |
Client |
Client.setRequestEncryptionAlg(JWEAlg alg)
Set the JWE
alg algorithm for encrypting request objects. |
Client |
Client.setUserInfoEncryptionAlg(JWEAlg alg)
Set the JWE
alg algorithm for encrypting UserInfo responses. |
| Modifier and Type | Method and Description |
|---|---|
static JWEAlg |
JWEAlg.getByValue(short value)
Find an instance of this enum by a value.
|
static JWEAlg |
JWEAlg.parse(String alg)
Convert
String to JWEAlg. |
static JWEAlg[] |
JWEAlg.toArray(int bits) |
static JWEAlg |
JWEAlg.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWEAlg[] |
JWEAlg.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<JWEAlg> |
JWEAlg.toSet(int bits) |
static EnumSet<JWEAlg> |
JWEAlg.toSet(JWEAlg[] array) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JWEAlg.isAsymmetric(JWEAlg alg)
Check if the given JWE algorithm is an asymmetric one.
|
static boolean |
JWEAlg.isSymmetric(JWEAlg alg)
Check if the given JWE algorithm is a symmetric one.
|
static EnumSet<JWEAlg> |
JWEAlg.toSet(JWEAlg[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
JWEAlg.toBits(EnumSet<JWEAlg> set) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
JoseUtils.isSupported(JWEAlg alg)
Check whether the given JWE algorithm is supported by Authlete.
|
Copyright © 2019. All rights reserved.