jce
Tag createsignature


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


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.crypto.CreateSignature
TagExtraInfo ClassNone
Body ContentJSP
Display NameCreateSignature

Attributes
NameRequiredRequest-timeTypeDescription
valuefalsetruejava.lang.StringBufferOptional attribute, the string to generate the SIG from. The body of the tag will be taken if omitted
varfalsefalsejava.lang.StringOptional attribute, variable to store the SIG. The SIG 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 'RIPEMD160WithRSA/ISO9796-2'
filefalsetruejava.lang.StringCreate a SIG from a file instead of a string
storefilefalsetruejava.lang.StringThe PKCS#12 (P12) keystore where the private key is stored.
storeentryfalsetruejava.lang.StringThe PKCS#12 (P12) keystore entry name for private key
storepasswordfalsetruejava.lang.StringBufferThe PKCS#12 (P12) keystore password
pemfilefalsetruejava.lang.StringThe sender's private key stored in a PEM file
pemstringfalsetruejava.lang.StringThe sender's private key 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.