jce
Tag decryptandverifyhmac


JSP tag used for decrypting data & verify MAC


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.crypto.DecryptAndVerifyHMAC
TagExtraInfo ClassNone
Body ContentJSP
Display NameDecryptAndVerifyHMAC

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsetruejava.lang.StringBufferOptional attribute, the string to decrypt. The body of the tag will be taken if omitted
varfalsefalsejava.lang.StringOptional attribute, variable to store the decrypted string. The 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 key algorithm. Default is AES
modefalsetruejava.lang.StringEncryption mode. Default is 'CBC'
paddingfalsetruejava.lang.StringPadding scheme. Default is 'PKCS7Padding'
storefiletruetruejava.lang.StringThe PKCS#12 (P12) keystore where the private key is stored.
storeentrytruetruejava.lang.StringThe PKCS#12 (P12) keystore entry name for private key
storepasswordtruetruejava.lang.StringBufferThe PKCS#12 (P12) keystore password
filefalsetruejava.lang.StringDecrypts a file instead of a string
newfilefalsetruejava.lang.StringFile(name) to store the decrypted data

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.