public class LoadKeyStore extends Object
| Modifier and Type | Field and Description |
|---|---|
static FileInputStream |
localTrustStoreStream |
static KeyStore |
trustStore |
| Constructor and Description |
|---|
LoadKeyStore() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getKeyStorePath(String fullPath)
Used to get the keystore path.
|
static void |
loadKeyStore(String trustStorePath,
String trustStorePassword) |
public static KeyStore trustStore
public static FileInputStream localTrustStoreStream
Copyright © 2024 WSO2. All rights reserved.