| Package | Description |
|---|---|
| org.jose4j.jwk |
| Modifier and Type | Method and Description |
|---|---|
static JsonWebKey.OutputControlLevel |
JsonWebKey.OutputControlLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonWebKey.OutputControlLevel[] |
JsonWebKey.OutputControlLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
JsonWebKey.fillTypeSpecificParams(Map<String,Object> params,
JsonWebKey.OutputControlLevel outputLevel) |
protected void |
PublicJsonWebKey.fillTypeSpecificParams(Map<String,Object> params,
JsonWebKey.OutputControlLevel outputLevel) |
protected void |
OctetSequenceJsonWebKey.fillTypeSpecificParams(Map<String,Object> params,
JsonWebKey.OutputControlLevel outputLevel) |
String |
JsonWebKey.toJson(JsonWebKey.OutputControlLevel outputLevel) |
String |
JsonWebKeySet.toJson(JsonWebKey.OutputControlLevel outputControlLevel) |
Map<String,Object> |
JsonWebKey.toParams(JsonWebKey.OutputControlLevel outputLevel) |
Copyright © 2022. All rights reserved.