certRep - class ch.othello.openscep.internal.commands.certRep.
$Id: certRep.java,v 1.14 2002/03/02 01:46:39 alani Exp $
$Log: certRep.java,v $
Revision 1.14 2002/03/02 01:46:39 alani
code cleaning
Revision 1.13 2002/02/27 04:10:20 alani
commented out load of private key
Revision 1.12 2002/02/25 04:23:39 urut
first working version for MS browsers
there is still a problem in here as subjectSCEP needs to be set to the subject
of the actual PKCS#10 request.
CERTREP -
Static variable in class ch.othello.openscep.internal.commands.certRep
certRep() -
Constructor for class ch.othello.openscep.internal.commands.certRep
$Id: certRequest.java,v 1.36 2002/02/27 06:53:19 urut Exp $
$Log: certRequest.java,v $
Revision 1.36 2002/02/27 06:53:19 urut
modified setting of subject in Signed structure
Revision 1.35 2002/02/27 04:21:27 urut
first working spkac version
Revision 1.34 2002/02/25 04:23:39 urut
first working version for MS browsers
there is still a problem in here as subjectSCEP needs to be set to the subject
of the actual PKCS#10 request.
read content (if there is any)
this one is a bit confusing - it reads till the first occurence of "Content-Length", reads the length, reads the two remaining
linefeeds and then reads the number of bytes specified as Content-Length.