jce
Tag verifysignature


JSP tag used for verifying SIG (signatures) of strings and files


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.crypto.VerifySignature
TagExtraInfo ClassNone
Body ContentJSP
Display NameVerifySignature

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsetruejava.lang.StringBufferOptional attribute, the string to verify the SIG from. The body of the tag will be taken if omitted
varfalsefalsejava.lang.StringOptional attribute, variable to store the 'true' if the signature was succesfully verified, 'false' if not. 'true' or 'false' will be printed if omitted
scopefalsefalsejava.lang.StringScope of the 'var' attribute. Can be 'page', 'session', 'request' or 'application'. Default is 'page'
signaturetruetruejava.lang.StringThe signature (in BASE64 format)
signamefalsetruejava.lang.StringThe signature algorithm. Default is 'RIPEMD160WithRSA/ISO9796-2'
filefalsetruejava.lang.StringVerifies a SIG from a file instead of a string
storefiletruetruejava.lang.StringThe PKCS#12 (P12) keystore where the sender's certificate (public key) is stored
storeentrytruetruejava.lang.StringThe PKCS#12 (P12) keystore entry name for sender's certificate/public key
storepasswordtruetruejava.lang.StringBufferThe PKCS#12 (P12) keystore password
pemfilefalsetruejava.lang.StringThe sender's certificate stored in a PEM file
pemstringfalsetruejava.lang.StringThe sender's certificate as a PEM formatted 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.