public class KeyStoreUtil
extends java.lang.Object
Constructor | Description |
---|---|
KeyStoreUtil() |
Modifier and Type | Method | 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 providerKeyStore
public static java.security.KeyStore loadCacertsKeyStore()
KeyStore
Copyright © 1998–2018. All rights reserved.