I have a file on my FS (a S3 AWS key) that contains a string that is a key I use for encryption process.
I would like to move it a Java KeyStore.
I know how to import a certificate into a KeyStore with keytool but I can't find the way to import a simple string key.
Can you help?
javatag for your java questions you'll get a lot more people seeing them. – Rob Hruska Jun 5 '11 at 14:34