public class KeystoreUtil extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KeystoreUtil.KeystoreFormat |
Constructor and Description |
---|
KeystoreUtil() |
Modifier and Type | Method and Description |
---|---|
static KeyPair |
loadKeyPairFromKeystore(String keystoreFile,
String storePassword,
String keyPassword,
String keyAlias,
KeystoreUtil.KeystoreFormat format) |
static KeyStore |
loadKeyStore(String filename,
String password) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.