ch.othello.openscep
Class CmdClient

java.lang.Object
  |
  +--ch.othello.openscep.CmdClient

public class CmdClient
extends Object

Scep Client

 $Id: CmdClient.java,v 1.31 2002/02/27 04:21:27 urut Exp $
 $Log: CmdClient.java,v $
 Revision 1.31  2002/02/27 04:21:27  urut
 first working spkac version

 Revision 1.30  2002/02/27 04:09:36  alani
 loadCA now only accepts a String

 Revision 1.29  2002/02/25 04:45:35  urut
 set subjectScep from cmd line to test out various effects

 Revision 1.28  2002/02/22 13:40:00  urut
 v2 with spkac (sending)

 Revision 1.27  2002/02/22 12:37:48  urut
 read new cmd line parameter certificate (URL that tells where the ca signed certificate should be written to)

 Revision 1.26  2002/02/22 10:35:31  urut
 first v2 working release (pkcs#10 only)
 major mods,in particular:
 - md5 hash calculation for proxyIdentifier
 - requestPayload, Attributes is tagged object

 Revision 1.25  2002/02/22 07:32:24  alani
 moved controll logic for certReq to the certReq command class

 Revision 1.24  2002/02/22 03:18:06  urut
 adjusted scep library to openscep 0.4.0:
 -proxyIdentification Envelope Removed
 -calculation of hash for requestPayload changed
 -messageTyp in v2 is different

 Revision 1.23  2002/02/16 01:14:45  urut
 replaced all read-only accessed files with URL's file:///......
 removed option caCert , only caCertURL is available now

 Revision 1.22  2002/02/16 00:40:20  urut
 awfull lot of fixes,among them:
 - computation of transactionID for v2
 - spkac processing in cmd line client
 - new filetyp unknown for debug files
 - subject in cmd client
 - lots of fixes for v2 protocoll handling

 Revision 1.21  2002/02/15 13:21:12  urut
 first complete implementation of scep v2

 Revision 1.20  2002/02/15 10:12:20  urut
 changed endEntityxxxx -> scepxxxx (because of v2 scep)

 Revision 1.19  2002/02/15 06:11:09  urut
 merge with alani
 lots of mods for incorporating full support for HTTP communication with SCEPD; Httpd client is now capable of reading multipart-mime (sort of....??) messages

 Revision 1.18  2002/02/13 12:55:22  alani
 some changes

 Revision 1.17  2002/02/12 19:33:23  urut
 replaced all println statements

 Revision 1.16  2002/02/12 14:01:17  urut
 cmd client improved

 Revision 1.15  2002/02/07 17:08:50  urut
 ability to send scep request over http added

 Revision 1.14  2002/02/07 13:16:34  urut
 finished http CA cert get

 Revision 1.13  2002/02/07 12:40:55  urut
 moved util-stuff to Utils.java
 CA get implemented

 Revision 1.12  2002/01/31 14:07:32  urut
 adjustments for new SignedData (that takes certificates as Sequences)

 Revision 1.11  2002/01/31 11:29:45  urut
 new cmd option "-certificate"

 Revision 1.10  2002/01/24 00:11:31  urut
 new flag -response added

 Revision 1.9  2002/01/17 11:51:30  urut
 -key is now -privateKey, added new parameter -publicKey

 Revision 1.8  2002/01/10 20:22:01  urut
 bug fixing

 Revision 1.7  2002/01/10 16:17:39  urut
 fixed some bugs

 Revision 1.6  2002/01/10 15:09:38  alani
 new attribute distinguishedName in ScepClient, scepReq now generates a transactionId

 Revision 1.2  2002/01/08 21:00:29  urut
 added javadoc header with cvs tags to every file

 

Since:
$Date: 2002/02/27 04:21:27 $
Version:
$Revision: 1.31 $
Author:

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

Field Detail

lnkScepClient

private ScepClient lnkScepClient
Constructor Detail

CmdClient

public CmdClient()
Method Detail

showHelp

public static void showHelp()

main

public static void main(String[] args)


ScepClient is copyright by Ueli Rutishauser + Alain Schaefer