On Nov 4, 6:25 pm, Ken <[EMAIL PROTECTED]> wrote:
> 2008/11/5 Robert Relyea <[EMAIL PROTECTED]>:
>
>
>
> > NZzi wrote:
>
> >> hi all:
>
> >> when i use nss to develop some cipher program(just
> >> for local, not internet), i.e. just perform
> >> miscellaneous cryptographic operations, the only
> >> reference i can use is the example code from MDC.
>
> >> when i want a detail parameter explanation, what i
> >> got is just this function's MXR source.
>
> >> I used google to search, but nothing useful got.
>
> >> can anyone give me some hints about more API doc?
>
> > A good place to start is
> >  https://developer.mozilla.org/en/NSS
> > On that page you will find links to our old documentation (still probably
> > the most complete, though some of it is out of date) at
> >    http://www.mozilla.org/projects/security/pki/nss/#documentation
>
> > It's not well organized, but much of it is there.
>
> thank you very much.
>
> I have read all the docs when using google to search nss api doc,
> but there is little helpful informations about API usage, for example,
> when i want to know how to use PK11_CipherOp(), what i got is just
> a mxr source code, without any api doc
>
>
>
> > bob
>
> >> thanks in advance
> >> _______________________________________________
> >> dev-tech-crypto mailing list
> >> [EMAIL PROTECTED]
> >>https://lists.mozilla.org/listinfo/dev-tech-crypto
>
> > _______________________________________________
> > dev-tech-crypto mailing list
> > [EMAIL PROTECTED]
> >https://lists.mozilla.org/listinfo/dev-tech-crypto

You may want to see examples of API usage in the context of specific
tasks.
The NSS technical notes at  
http://www.mozilla.org/projects/security/pki/nss/tech-notes/
and five other samples covering typical tasks
http://www.mozilla.org/projects/security/pki/nss/sample-code/
should help you get started.

The samples may need some work. Please us give comments on them and
others you would like to see included.

Elio



_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to