Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by milinda:
http://wiki.apache.org/ws/rampartc/pkcs12_API

------------------------------------------------------------------------------
+ struct pkcs12_keystore{
+     char *keystore_file; /* Location of the keystore file*/
+     char *keystore_password; /* Password used to protect the keystore */
+     PKCS12 *keystore; /*PKCS12 structure which hold all the information */
+     oxs_x509_cert_t *cert; /* owner's x509 certificate */
+     axutil_array_list_t *other_certs; /* Other x509 certificates */
+     openssl_pkey_t *pvt_key; /* Owner's private key */
+ };
+ 
  
'''--------------------------------------------------------------------------------------------------'''
  
  
@@ -7, +16 @@

      const axutil_env_t *env, 
      axis2_char_t *filename, 
      axis2_char_t *password);
+ 
+ 
+ 
'''--------------------------------------------------------------------------------------------------'''
+ 
+ 
+ AXIS2_EXTERN '''axis2_status_t''' AXIS2_CALL pkcs12_keystore_free(
+     pkcs12_keystore_t *keystore,
+     const axutil_env_t *env);
  
  
  
'''--------------------------------------------------------------------------------------------------'''

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to