public class KeyStoreUtil extends Object
| Constructor and Description |
|---|
KeyStoreUtil() |
| Modifier and Type | Method and Description |
|---|---|
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()
Copyright © 2024 WSO2. All rights reserved.