RE: Importing symmetric keys to NSS from Java code

2008-08-14 Thread Yevgeniy Gubenko
ks in advance for any assistance. -Original Message- From: Nelson B Bolyard [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2008 18:31 To: mozilla's crypto code discussion list Subject: Re: Importing symmetric keys to NSS from Java code Yevgeniy Gubenko wrote, On 2008-08-07 07:12: >

Re: Importing symmetric keys to NSS from Java code

2008-08-07 Thread Robert Relyea
Yevgeniy Gubenko wrote: Thanks a lot for your answer. I still need some clarifications: 1. If I understand you right, when I have to use a predefined persistent key to do a crypto with it, there is no way, other than importing the key into a PKCS#11 token as a token object in NSS db? (Even if t

Re: Importing symmetric keys to NSS from Java code

2008-08-07 Thread Nelson B Bolyard
Yevgeniy Gubenko wrote, On 2008-08-07 07:12: > Thanks a lot for your answer. > I still need some clarifications: > 1. If I understand you right, when I have to use a predefined persistent > key to do a crypto with it, there is no way, other than importing the key > into a PKCS#11 token as a token

RE: Importing symmetric keys to NSS from Java code

2008-08-07 Thread Yevgeniy Gubenko
list Subject: Re: Importing symmetric keys to NSS from Java code Yevgeniy Gubenko wrote, On 2008-08-06 05:10: > Hello, > > I have some predefined key to use it by some symmetric algorithm > (AES/CBC/NoPadding for example) for encryption/decryption in Java 1.6 > code which works wit

Re: Importing symmetric keys to NSS from Java code

2008-08-06 Thread Nelson B Bolyard
Yevgeniy Gubenko wrote, On 2008-08-06 05:10: > Hello, > > I have some predefined key to use it by some symmetric algorithm > (AES/CBC/NoPadding for example) for encryption/decryption in Java 1.6 > code which works with NSS crypto in fips mode through PKCS#11 bridge. > > The questions are: > > 1.