Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static JWTSigningKeyType |
JWTSigningKeyType.FETCHED |
static JWTSigningKeyType |
JWTSigningKeyType.STORED |
Modifier and Type | Method and Description |
---|---|
static JWTSigningKeyType |
JWTSigningKeyType.fromValue(String val)
Intantiate an enumeration member from a value.
|
JWTSigningKeyType |
AuthConfigSignedJWTSigningKeys.getKind()
Type of signing key, fetched or stored
|
static JWTSigningKeyType[] |
JWTSigningKeyType.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
AuthConfigSignedJWTSigningKeys |
AuthConfigSignedJWTSigningKeys.kind(JWTSigningKeyType kind) |
void |
AuthConfigSignedJWTSigningKeys.setKind(JWTSigningKeyType kind) |
Copyright © 2017-2020 Fortanix Inc. All Rights Reserved