public class KeyStoreUtil extends Object
Constructor and Description |
---|
KeyStoreUtil() |
Modifier and Type | Method and Description |
---|---|
static Certificate |
getCertificate(String alias,
KeyStore store) |
static String |
getKeyStoreFileName(String fullName) |
static String |
getPrivateKeyAlias(KeyStore store)
KeyStore name will be here.
|
static boolean |
isPrimaryStore(String id) |
public static String getPrivateKeyAlias(KeyStore store) throws Exception
store
- - keyStoreException
public static boolean isPrimaryStore(String id)
public static Certificate getCertificate(String alias, KeyStore store) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2016 WSO2 Inc. All rights reserved.