public class KeyStoreUtil
extends java.lang.Object
| Constructor and Description |
|---|
KeyStoreUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.security.KeyStore |
loadCacertsKeyStore()
Loads the default root certificates at <java.home>/lib/security/cacerts
with the default provider.
|
static java.security.KeyStore |
loadCacertsKeyStore(java.lang.String provider)
Loads the default root certificates at <java.home>/lib/security/cacerts.
|
public static java.security.KeyStore loadCacertsKeyStore(java.lang.String provider)
provider - the provider or null for the default providerKeyStorepublic static java.security.KeyStore loadCacertsKeyStore()
KeyStoreCopyright © 2013. All Rights Reserved.