Ludovic Rousseau wrote:
On Fri, Oct 31, 2008 at 12:25 AM, Robert Relyea <[EMAIL PROTECTED]> wrote:
Stanislav Brabec wrote:
Could it be implemented using CERT_DecodeDERCertificate()?
extern CERTCertificate *
CERT_DecodeDERCertificate (SECItem *derSignedCert, PRBool copyDER, char
*nickna
Ludovic Rousseau wrote:
> On Mon, Nov 3, 2008 at 4:33 PM, meo anderson <[EMAIL PROTECTED]> wrote:
>
>> hallo,
>>
>
> Hello,
>
>
>> i would like to ask if it is some how posible to get write acces from java
>> to PKCS11 token (pkcs15 structure is beeing used, since the methods in class
>>
On Fri, Oct 31, 2008 at 12:25 AM, Robert Relyea <[EMAIL PROTECTED]> wrote:
> Stanislav Brabec wrote:
>> Could it be implemented using CERT_DecodeDERCertificate()?
>>
>> extern CERTCertificate *
>> CERT_DecodeDERCertificate (SECItem *derSignedCert, PRBool copyDER, char
>> *nickname);
>>
>
> Don't us
On Tue, Oct 28, 2008 at 7:23 PM, Robert Relyea <[EMAIL PROTECTED]> wrote:
> When identical certs are imported into NSS, they are given the same
> reference counted pointer, so the test is as easy as:
> cert1 == cert2
Commited in revision 354.
Thanks.
--
Dr. Ludovic Rousseau
___
On Mon, Nov 3, 2008 at 4:33 PM, meo anderson <[EMAIL PROTECTED]> wrote:
> hallo,
Hello,
> i would like to ask if it is some how posible to get write acces from java
> to PKCS11 token (pkcs15 structure is beeing used, since the methods in class
> PKCS11KeyStoreSpi
> (engineSetCertificateEntry(java