jce
Tag digest


JSP tag used for creating message digests (hashing) of strings and files


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.crypto.Digest
TagExtraInfo ClassNone
Body ContentJSP
Display NameDigest

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsetruejava.lang.StringBufferOptional attribute, the string to hash. The body of the tag will be taken if omitted
varfalsefalsejava.lang.StringOptional attribute, variable to store the message digest. The hashed string will be printed if omitted
scopefalsefalsejava.lang.StringScope of the 'var' attribute. Can be 'page', 'session', 'request' or 'application'. Default is 'page'
algorithmfalsetruejava.lang.StringThe hash algorithm. Default is 'Tiger'
filefalsetruejava.lang.StringCreate a message digest from a file instead of a string

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.