jce
Tag createpkcs10


JSP tag for creating a PKCS#10 certificate request


Tag Information
Tag Classnet.sourceforge.jcetaglib.taglib.x509.CreatePKCS10
TagExtraInfo ClassNone
Body Contentempty
Display NameCreatePKCS10

Attributes
NameRequiredRequest-timeTypeDescription
keypairalgorithmfalsetruejava.lang.StringKeypair algorithm. 'RSA', 'DSA' or 'EC-DSA'. Default is 'RSA'
keylengthfalsetruejava.lang.IntegerKey length. 512, 1024 or 2048. Default is 1024. Please note that not all products support key lengths greater than 1024
signaturealgorithmfalsetruejava.lang.StringSignature algorithm. Default is 'MD5WithRSAEncryption'
subjectdntruetruejava.lang.StringThe subject DN string. e.g. 'C=BE, O=NET, OU=Sourceforge, CN=CertAuthority, E=info@certauthority.org' Important: if you want to use the certificate for SSL server purposes you must specify the full server & domain name as the 'CN' entry (e.g. '... CN=www.oracle.com ...')
scopefalsefalsejava.lang.StringScope of the return variables. Can be 'page', 'session', 'request' or 'application'. Default is 'page'
requesttruefalsejava.lang.StringReturn variable. Contains the generated certificate as a PEM formatted string
privatekeytruefalsejava.lang.StringReturn variable. Contains the generated private key as a PEM formatted 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.