Re: how to get CKA_PRIVATE_EXPONENT attribute from a private key?

2012-01-28 Thread weizhong qiang
hi, On Jan 27, 2012, at 6:52 PM, Robert Relyea wrote: > On 01/26/2012 11:53 PM, weizhong qiang wrote: >> hi, >> I did found that the CKA_SENSITIVE is "true" by using the following code: >> rv = PK11_ReadRawAttribute(PK11_TypePrivKey, privKey, >> CKA_SENSITIVE,&value); >> if (rv !

Re: how to get CKA_PRIVATE_EXPONENT attribute from a private key?

2012-01-28 Thread weizhong qiang
hi, On Jan 27, 2012, at 6:41 PM, Robert Relyea wrote: > On 01/26/2012 06:50 PM, weizhong qiang wrote: >> hi, >> >> On Jan 26, 2012, at 6:28 PM, Robert Relyea wrote: >> >>> On 01/26/2012 05:08 AM, weizhong qiang wrote: hi, Is there a fact that nss does not permit the reading of the att