cgl.narada.service.security.securityprovider
Class CertificateManager
java.lang.Object
cgl.narada.service.security.securityprovider.CertificateManager
public class CertificateManager
- extends Object
Initializer for all Keystore constants. Must call the init method with the
path for the keystore to initialize the system.
Created on May 18, 2005
|
Method Summary |
void |
init(String keyStore,
String passwd)
Initializes the Certificate Manager for Security Provider |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEYSTORE_PATH
public String KEYSTORE_PATH
ROOT_CA_ALIAS
public String ROOT_CA_ALIAS
KEYSTORE_TYPE
public String KEYSTORE_TYPE
KEYSTORE_PROVIDER
public String KEYSTORE_PROVIDER
KEY_ALGORITHM
public String KEY_ALGORITHM
KEYSTORE
public String KEYSTORE
KEYSTORE_PASSWORD
public String KEYSTORE_PASSWORD
CertificateManager
public CertificateManager()
CertificateManager
public CertificateManager(Properties props)
init
public void init(String keyStore,
String passwd)
- Initializes the Certificate Manager for Security Provider
- Parameters:
keyStorePath - -
Location of the Keystore to use
For comments and suggestions please send
e-mail to
The NaradaBrokering Project