| Package | Description |
|---|---|
| be.atbash.ee.security.octopus.jwt | |
| be.atbash.ee.security.octopus.jwt.parameter |
| Modifier and Type | Method and Description |
|---|---|
static JWTEncoding |
JWTEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JWTEncoding[] |
JWTEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JWTEncoding |
JWTParameters.getEncoding() |
JWTEncoding |
JWTParametersEncryption.getEncoding() |
JWTEncoding |
JWTParametersNone.getEncoding() |
JWTEncoding |
JWTParametersSigning.getEncoding() |
| Modifier and Type | Method and Description |
|---|---|
static JWTParametersBuilder |
JWTParametersBuilder.newBuilderFor(JWTEncoding encoding) |
Copyright © 2017–2018. All rights reserved.