jce
Tag pbefileencrypt


JSP tag used for PBE (password-based) encryption/decryption of files


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.crypto.PBEFileEncrypt
TagExtraInfo ClassNone
Body Contentempty
Display NamePBEFileEncrypt

Attributes
NameRequiredRequest-timeTypeDescription
passphrasetruetruejava.lang.StringBufferThe passphrase or password to encrypt/decrypt
algorithmfalsetruejava.lang.StringThe encryption/decryption algorithm. Default is 'PBEWithSHAAndIDEA-CBC'
seedfalsetruejava.lang.StringOptional seed for SecureRandom
actionfalsefalsejava.lang.StringThe action to perform. 'encrypt' for encryption, 'decrypt' for decryption. Default is 'encrypt'
filetruetruejava.lang.StringThe file to encrypt or decrypt
newfiletruetruejava.lang.StringThe file to store the encrypted or decrypted result

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.