jce
Tag createformdigest


JSP tag creating a form digest


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.crypto.CreateFormDigest
TagExtraInfo ClassNone
Body ContentJSP
Display NameCreateFormDigest

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsetruejava.lang.StringBufferOptional attribute, the form string to create a digest from. The body of the tag will be taken if omitted.
varfalsefalsejava.lang.StringOptional attribute, variable to store the form digest. The digest will be printed if omitted
scopefalsefalsejava.lang.StringScope of the 'var' attribute. Can be 'page', 'session', 'request' or 'application'. Default is 'page'
digestfalsetruejava.lang.StringThe form digest algorithm (default is MD5)
algorithmfalsetruejava.lang.StringThe key algorithm. Default is AES
keyfiletruetruejava.lang.StringThe symmetric key file(name)
passphrasetruetruejava.lang.StringBufferKeystore passphrase

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.