Re: Importing public and private keys into nss

2012-05-03 Thread VJ
On Thursday, 3 May 2012 00:21:59 UTC+8, Robert Relyea wrote: On 05/01/2012 12:01 PM, VJ wrote: On Tuesday, 1 May 2012 00:46:21 UTC+8, Robert Relyea wrote: On 04/30/2012 02:22 AM, VJ wrote: Hi, I've tested encryption, decryption, signing and verification with public

Re: Importing public and private keys into nss

2012-05-02 Thread Robert Relyea
On 05/01/2012 12:01 PM, VJ wrote: On Tuesday, 1 May 2012 00:46:21 UTC+8, Robert Relyea wrote: On 04/30/2012 02:22 AM, VJ wrote: Hi, I've tested encryption, decryption, signing and verification with public (NSSLOWKEYPublicKey) and private keys (NSSLOWKEYPrivateKey) in low level. Big question,

Re: Importing public and private keys into nss

2012-05-01 Thread VJ
On Tuesday, 1 May 2012 00:46:21 UTC+8, Robert Relyea wrote: On 04/30/2012 02:22 AM, VJ wrote: Hi, I've tested encryption, decryption, signing and verification with public (NSSLOWKEYPublicKey) and private keys (NSSLOWKEYPrivateKey) in low level. Big question, Why are you using private

Importing public and private keys into nss

2012-04-30 Thread VJ
Hi, I've tested encryption, decryption, signing and verification with public (NSSLOWKEYPublicKey) and private keys (NSSLOWKEYPrivateKey) in low level. However, Now I have a public/private keys in the below format: -BEGIN RSA PUBLIC KEY-

Re: Importing public and private keys into nss

2012-04-30 Thread Robert Relyea
On 04/30/2012 02:22 AM, VJ wrote: Hi, I've tested encryption, decryption, signing and verification with public (NSSLOWKEYPublicKey) and private keys (NSSLOWKEYPrivateKey) in low level. Big question, Why are you using private interfaces? The low level interfaces are only for specific