public class KeyStoreUtil extends Object
| Constructor and Description |
|---|
KeyStoreUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addJceProvider() |
static KeyStore |
getKeyStore()
Retrieves the keystore for the Carbon Server.
|
static KeyStore |
getKeyStore(String location,
String storePassword,
String storeType) |
static String |
getKeystorePassword()
Retrieves the password for the keystore.
|
static Cipher |
initializeCipher()
Initializes the Cipher
|
public static String getKeystorePassword()
public static KeyStore getKeyStore()
public static Cipher initializeCipher()
public static KeyStore getKeyStore(String location, String storePassword, String storeType)
public static void addJceProvider()
Copyright © 2026 WSO2. All rights reserved.