You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2008/02/07 06:50:26 UTC

[Ws Wiki] Update of "rampartc/pkcs12 API" by KaushalyeKapuruge

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: general-unsubscribe@ws.apache.org
For additional commands, e-mail: general-help@ws.apache.org