Date: Thu, 04 Jun 1998 10:22:32 +0800
From: proger <tzdh@maina.jnu.edu.cn>
To: java-security@web1.javasoft.com
Subject: how to save and restore key pairs generated by keyPairGenerator?
hi,
I want to save the keypairs generated by KeyPairGenerator to disk,and
load them
for siging and verfying in the future.
The java.security.Key class have a method to return the encoded
key,but it have
not a method to generate a key from the encoded key.