public class KeyStoreUtil extends Object
| Constructor and Description |
|---|
KeyStoreUtil() |
| Modifier and Type | Method and Description |
|---|---|
static KeyStore |
loadCacertsKeyStore()
Loads the default root certificates at <java.home>/lib/security/cacerts
with the default provider.
|
static KeyStore |
loadCacertsKeyStore(String provider)
Loads the default root certificates at <java.home>/lib/security/cacerts.
|
public static KeyStore loadCacertsKeyStore(String provider)
provider - the provider or null for the default providerKeyStorepublic static KeyStore loadCacertsKeyStore()
KeyStoreCopyright © 1998–2022 iText Group NV. All rights reserved.