| Package | Description |
|---|---|
| com.holonplatform.auth.jwt | |
| com.holonplatform.auth.keys |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<KeyEncoding> |
JwtConfigProperties.PRIVATE_KEY_ENCODING
JWT sign private key encoding.
|
static ConfigProperty<KeyEncoding> |
JwtConfigProperties.PUBLIC_KEY_ENCODING
JWT sign public key encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyEncoding |
KeyEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyEncoding[] |
KeyEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
KeyReader.privateKey(KeySource source,
String algorithm,
KeyFormat format,
KeyEncoding encoding,
Map<String,String> parameters)
Read a
PrivateKey from given key source. |
PublicKey |
KeyReader.publicKey(KeySource source,
String algorithm,
KeyFormat format,
KeyEncoding encoding,
Map<String,String> parameters)
Read a
PublicKey from given key source. |
Copyright © 2019 The Holon Platform. All rights reserved.