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 KeyStore |
loadKeyStore(String filename,
String password) |
static PrivateKey |
loadPrivateKeyFromKeystore(String keystoreFile,
String storePassword,
String keyPassword,
String keyAlias,
KeystoreUtil.KeystoreFormat format) |
public static KeyStore loadKeyStore(String filename, String password) throws Exception
Exception
public static PrivateKey loadPrivateKeyFromKeystore(String keystoreFile, String storePassword, String keyPassword, String keyAlias, KeystoreUtil.KeystoreFormat format)
Copyright © 2016 JBoss by Red Hat. All rights reserved.