net.sourceforge.jcetaglib.taglib.crypto
Class DecryptAndVerifySignature

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

public class DecryptAndVerifySignature
extends javax.servlet.jsp.tagext.BodyTagSupport

JSP tag used for decrypting & verify signed data

Version:
$Id: DecryptAndVerifySignature.java,v 1.5 2004/04/15 07:28:35 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.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
DecryptAndVerifySignature()
           
 
Method Summary
 int doEndTag()
           
 java.lang.String getCertificate()
           
static int getScope(java.lang.String scope)
           
 java.lang.String getValidsignature()
           
 java.lang.StringBuffer getValue()
           
 java.lang.String getVar()
           
 void release()
           
 void setAlgorithm(java.lang.String algorithm)
           
 void setCertificate(java.lang.String certificate)
           
 void setFile(java.lang.String file)
           
 void setMode(java.lang.String mode)
           
 void setNewfile(java.lang.String newfile)
           
 void setPadding(java.lang.String padding)
           
 void setScope(java.lang.String scope)
           
 void setSigname(java.lang.String signame)
           
 void setStoreentry(java.lang.String storeentry)
           
 void setStorefile(java.lang.String storefile)
           
 void setStorepassword(java.lang.StringBuffer storepassword)
           
 void setValidsignature(java.lang.String validsignature)
           
 void setValue(java.lang.StringBuffer value)
           
 void setVar(java.lang.String var)
           
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

DecryptAndVerifySignature

public DecryptAndVerifySignature()
Method Detail

getScope

public static int getScope(java.lang.String scope)

doEndTag

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

release

public void release()

setValue

public void setValue(java.lang.StringBuffer value)

getValue

public java.lang.StringBuffer getValue()

setVar

public void setVar(java.lang.String var)

getVar

public java.lang.String getVar()

setScope

public void setScope(java.lang.String scope)

setSigname

public void setSigname(java.lang.String signame)

setAlgorithm

public void setAlgorithm(java.lang.String algorithm)

setMode

public void setMode(java.lang.String mode)

setPadding

public void setPadding(java.lang.String padding)

setStorefile

public void setStorefile(java.lang.String storefile)

setStoreentry

public void setStoreentry(java.lang.String storeentry)

setStorepassword

public void setStorepassword(java.lang.StringBuffer storepassword)

getValidsignature

public java.lang.String getValidsignature()

setValidsignature

public void setValidsignature(java.lang.String validsignature)

setCertificate

public void setCertificate(java.lang.String certificate)

getCertificate

public java.lang.String getCertificate()

setFile

public void setFile(java.lang.String file)

setNewfile

public void setNewfile(java.lang.String newfile)