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 KaushalyeKapuruge: http://wiki.apache.org/ws/rampartc/pkcs12_API The comment on the change is: Creating a WIKI page for the PKCS12 API New page: /**/ pkcs12_keystore_t * pkcs12ks_create(char *filename, char *password); /**/ openssl_pkey_t * pkcs12ks_get_private_key(pkcs12_keystore_t *pkcs12, char *alias, char *passwd); /**/ X509* pkcs12ks_get_default_certificate(pkcs12_keystore_t *pkcs12, char *alias); /**/ X509* pkcs12ks_get_certificate_for_X(pkcs12_keystore_t *pkcs12, char *alias, char* X); X=Issuer_Serial, Thumbprint, SKI /**/ STACK_OF(X509) *pkcs12ks_get_all_certificates(pkcs12_keystore_t *pkcs12, char *alias); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
