jce
Tag decryptandverifysignature


JSP tag used for decrypting & verify signed data


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.crypto.DecryptAndVerifySignature
TagExtraInfo ClassNone
Body ContentJSP
Display NameDecryptAndVerifySignature

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'
signamefalsetruejava.lang.StringThe signature algorithm. Default is 'MD5WithRSA'
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
validsignaturetruetruejava.lang.Stringreturns 'TRUE' if the signature is valid, otherwise 'FALSE'
certificatetruetruejava.lang.StringReturns the sender's certificate as a PEM formatted string
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.