jce
Tag verifycertificate


JSP tag for verifying X.509 certificates


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.x509.VerifyCertificate
TagExtraInfo ClassNone
Body Contentempty
Display NameVerifyCertificate

Attributes
NameRequiredRequest-timeTypeDescription
scopefalsefalsejava.lang.StringScope of the return variables. Can be 'page', 'session', 'request' or 'application'. Default is 'page'
crlfilefalsetruejava.lang.StringThe CRL filename
storefilefalsetruejava.lang.StringThe PKCS#12 (P12) keystore where the certificate is stored
storeentryfalsetruejava.lang.StringThe PKCS#12 (P12) keystore entry name for this certificate
storepasswordfalsetruejava.lang.StringBufferThe PKCS#12 (P12) keystore password
pemfilefalsetruejava.lang.StringThe certificate as a PEM formatted file
pemstringfalsetruejava.lang.StringThe certificate as a PEM formatted string
castorefilefalsetruejava.lang.StringThe PKCS#12 (P12) keystore where the CA certificate is stored
castoreentryfalsetruejava.lang.StringThe PKCS#12 (P12) CA keystore entry name for this certificate
castorepasswordfalsetruejava.lang.StringBufferThe PKCS#12 (P12) CA keystore password
capemfilefalsetruejava.lang.StringThe CA certificate as a PEM formatted file
capemstringfalsetruejava.lang.StringThe CA certificate as a PEM formatted string
verifyinfofalsetruejava.lang.StringReturn variable to store the certificate info:

 'REVOKED': this certificate has been revoked
 'EXPIRED': this certificate has expired
 'INVALID': this certificate is not valid or not signed by the correct CA
 'VERIFIED': this certificate is OK

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.