Hi ,

 

I am using the following key store provided by Apache tool kit to sign the XML file in my sign service .I am new to keystore.I am just thinking to find if there is a way to create and main a keys for each  call of the sign service.

 

keyStore = "keystore.jks";

keyStoreType    = "JKS";

keyStorePass    = "xmlsecurity";

keyAlias            = "test";               

certificateAlias = "test";

 

 

OR this how we need to use the key store with test as keyalias and test as certificateAlias.

 

Can any one tell me how to use this key store?

 

Murugan

 

 

Reply via email to