public class KeyPairTool
extends java.lang.Object
The current keytool lacks the ability to insert a key/cert pair sourced from another tool. This utility fills that gap.
Currently this only works for RSA key/cert pairs.
The inverse operation, exporting a keypair to an external format, has been left as an exercise for the reader... :-)
Constructor and Description |
---|
KeyPairTool() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
main entry point to start this tool
|
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.