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 */ }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
