| Package | Description |
|---|---|
| be.atbash.ee.security.octopus.jwt.keys | |
| be.atbash.ee.security.octopus.jwt.parameter |
| Modifier and Type | Method and Description |
|---|---|
static SecretKeyType |
SecretKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretKeyType[] |
SecretKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SecretKeyType |
JWTParametersSigning.getSecretKeyType() |
| Constructor and Description |
|---|
JWTParametersSigning(Map<String,Object> headerValues,
SecretKeyType secretKeyType,
com.nimbusds.jose.jwk.JWK secretKeySigning) |
Copyright © 2017–2018. All rights reserved.