| Package | Description |
|---|---|
| org.keycloak.common.util |
| Modifier and Type | Method and Description |
|---|---|
static KeystoreUtil.KeystoreFormat |
KeystoreUtil.KeystoreFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeystoreUtil.KeystoreFormat[] |
KeystoreUtil.KeystoreFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
KeystoreUtil.loadPrivateKeyFromKeystore(String keystoreFile,
String storePassword,
String keyPassword,
String keyAlias,
KeystoreUtil.KeystoreFormat format) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.