com.mortbay.Util
Class KeyPairTool

java.lang.Object
  |
  +--com.mortbay.Util.KeyPairTool

public class KeyPairTool
extends java.lang.Object

Perform simple private key management for keystores.

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... :-)

Version:
$Id: KeyPairTool.java,v 2.2 2000/08/17 22:04:58 gregwilkins Exp $
Author:
Brett Sealey

Constructor Summary
KeyPairTool()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPairTool

public KeyPairTool()
Method Detail

main

public static void main(java.lang.String[] args)