net.sourceforge.jcetaglib.taglib.x509
Class CreateCRL

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bynet.sourceforge.jcetaglib.taglib.x509.CreateCRL
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class CreateCRL
extends javax.servlet.jsp.tagext.TagSupport

JSP tag for creating CRL (certificate revocation list)

Version:
$Id: CreateCRL.java,v 1.6 2004/04/15 07:28:36 hamgert Exp $
Author:
Gert Van Ham, hamgert@users.sourceforge.net, http://jcetaglib.sourceforge.net
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CreateCRL()
           
 
Method Summary
 int doEndTag()
           
 void release()
           
 void setCerts(java.math.BigInteger[] certs)
           
 void setCrlfile(java.lang.String crlfile)
           
 void setCrlnumber(int crlnumber)
           
 void setCrlperiod(long crlperiod)
           
 void setSignaturealgorithm(java.lang.String signaturealgorithm)
           
 void setSignentry(java.lang.String signentry)
           
 void setSignfile(java.lang.String signfile)
           
 void setSignpassword(java.lang.StringBuffer signpassword)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCRL

public CreateCRL()
Method Detail

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

release

public void release()

setCerts

public void setCerts(java.math.BigInteger[] certs)

setCrlfile

public void setCrlfile(java.lang.String crlfile)

setCrlnumber

public void setCrlnumber(int crlnumber)

setCrlperiod

public void setCrlperiod(long crlperiod)

setSignfile

public void setSignfile(java.lang.String signfile)

setSignentry

public void setSignentry(java.lang.String signentry)

setSignpassword

public void setSignpassword(java.lang.StringBuffer signpassword)

setSignaturealgorithm

public void setSignaturealgorithm(java.lang.String signaturealgorithm)