jce
Tag readp12


JSP tag for reading certificates from a PKCS#12 (P12) keystore


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.x509.ReadP12
TagExtraInfo ClassNone
Body Contentempty
Display NameReadP12

Attributes
NameRequiredRequest-timeTypeDescription
storefiletruetruejava.lang.StringThe PKCS#12 (P12) keystore to store the certificate
storeentrytruetruejava.lang.StringThe PKCS#12 (P12) keystore entry name for this certificate
storepasswordtruetruejava.lang.StringBufferThe PKCS#12 (P12) keystore password
scopefalsefalsejava.lang.StringScope of the return variables. Can be 'page', 'session', 'request' or 'application'. Default is 'page'
returnprivatekeyfalsetruejava.lang.BooleanIndicates if the private key must be exported as well. Default is false
certificatetruetruejava.lang.StringVariable to store the certificate
cacertificatetruefalsejava.lang.StringVariable to store the CA certificate
privatekeyfalsefalsejava.lang.StringVariable to store the private key (as StringBuffer)

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.