knizectvi / as3crypto

Automatically exported from code.google.com/p/as3crypto
0 stars 0 forks source link

Does it support reading keys from a keystore? #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Supports keystores

What version of the product are you using? On what operating system?

Please provide any additional information below.

I was curious if how i could read privite keys from a pkcs#12 keystore (or
some other type of keystore)....

So that the keys are stored in a password protected way.

Any ideas?

Original issue reported on code.google.com by cole.fer...@gmail.com on 21 Apr 2009 at 4:34

GoogleCodeExporter commented 8 years ago
Hi,
I'm also interested in this answer: what X.509 certificates format are actually
supported ?

Thanks

Original comment by christ.l...@gmail.com on 20 Jul 2009 at 12:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hello,

I'm very interested too.
Is posible to use private keys in a secure keystore, such a SmartCard?

Regards,

Original comment by jquil...@gmail.com on 6 Aug 2009 at 12:52

GoogleCodeExporter commented 8 years ago
Hi, 

A couple of months ago we were beginning a project that required the use of 
signed 
web services to access an existing enterprise system from an AIR 1.5 client.  
While 
looking at how to do this I found this library and found it extremely useful, 
although it didn't suppport some of the operations we needed to do, the most 
fundamental being the ability to process a pkcs12 (.p12) certificate file.

So I made a number of extensions to the as3crypto library to allow this and 
some 
other associated tasks and have code ActionsScript code that can successfully 
read a 
pkcs12 file, extract the user's secret key (given the correct password of 
course), 
retrieve the user's public x509 certificate and create a digital signature 
using 
them.  

So at the end of the day we have a solution that supports taking a user's 
pkcs12 
keystore file, creating a SOAP request with WS Security headers (using the 
certificate for authentication) that can be accepted and processed by our 
existing 
java PKI authentication service.

I would like to contribute this code back to the project so that other users 
can 
also use it.  I would imagine that a number of other people would be interested 
in 
connecting to secure PKI-driven systems from AIR applications.  Who can I 
contact 
regarding this?

Thanks

Steven

Original comment by steven.o...@gmail.com on 12 May 2010 at 4:30

GoogleCodeExporter commented 8 years ago
Steven,

I think I need your codes. I am tasked to extract keys from certificates using 
as3crypto. Can you share it?

Thanks.

Original comment by msbai...@ac-corporation.com.ph on 21 Sep 2011 at 6:07