| Package | Description |
|---|---|
| com.holonplatform.auth.jwt | |
| com.holonplatform.auth.keys |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<KeyFormat> |
JwtConfigProperties.PRIVATE_KEY_FORMAT
JWT sign private key format.
|
static ConfigProperty<KeyFormat> |
JwtConfigProperties.PUBLIC_KEY_FORMAT
JWT sign public key format.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyFormat |
KeyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyFormat[] |
KeyFormat.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.