Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 67295 invoked from network); 18 Oct 2005 19:35:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Oct 2005 19:35:48 -0000 Received: (qmail 49817 invoked by uid 500); 18 Oct 2005 19:35:44 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 49769 invoked by uid 500); 18 Oct 2005 19:35:43 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 49747 invoked by uid 99); 18 Oct 2005 19:35:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2005 12:35:43 -0700 X-ASF-Spam-Status: No, hits=-8.6 required=10.0 tests=ALL_TRUSTED,INFO_TLD,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 18 Oct 2005 12:35:41 -0700 Received: (qmail 67101 invoked by uid 65534); 18 Oct 2005 19:35:20 -0000 Message-ID: <20051018193520.67100.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r326211 - in /geronimo/trunk/applications/console-standard/src: java/org/apache/geronimo/console/certmanager/actions/ webapp/WEB-INF/view/certmanager/ Date: Tue, 18 Oct 2005 19:35:16 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: djencks Date: Tue Oct 18 12:35:10 2005 New Revision: 326211 URL: http://svn.apache.org/viewcvs?rev=326211&view=rev Log: GERONIMO-887 Add jsps missed in first commit and remove gluecode reference in attribute names Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/changeStorePasswordNormal.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateCSRNormal.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/help.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importCAReplyNormal.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importTrustedCertNormal.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewCertificateNormal.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreHelp.jsp geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreNormal.jsp Modified: geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateCSR.java geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateKeyPair.java geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ImportTrustedCertificate.java geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/UploadCertificateFile.java geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStore.java geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStoreEntryDetail.java Modified: geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateCSR.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateCSR.java?rev=326211&r1=326210&r2=326211&view=diff ============================================================================== --- geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateCSR.java (original) +++ geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateCSR.java Tue Oct 18 12:35:10 2005 @@ -48,7 +48,7 @@ new Object[] { alias }, new String[] { "java.lang.String" }); - request.setAttribute("com.gluecode.se.cert.csr", csr); + request.setAttribute("org.apache.geronimo.console.cert.csr", csr); request.setAttribute("alias", alias); } catch (Exception e) { throw new PortletException(e); Modified: geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateKeyPair.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateKeyPair.java?rev=326211&r1=326210&r2=326211&view=diff ============================================================================== --- geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateKeyPair.java (original) +++ geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/GenerateKeyPair.java Tue Oct 18 12:35:10 2005 @@ -109,11 +109,11 @@ .getSingleKernel().getAttribute(objname, "keyStoreLocation"); - request.setAttribute("com.gluecode.se.keystore.type", + request.setAttribute("org.apache.geronimo.console.keystore.type", keyStoreType); - request.setAttribute("com.gluecode.se.keystore.provider", + request.setAttribute("org.apache.geronimo.console.keystore.provider", keyStoreProvider); - request.setAttribute("com.gluecode.se.keystore.location", + request.setAttribute("org.apache.geronimo.console.keystore.location", keyStoreLocation); List storelist = (List) KernelRegistry.getSingleKernel() @@ -126,9 +126,9 @@ } request - .setAttribute("com.gluecode.se.keystore.list", + .setAttribute("org.apache.geronimo.console.keystore.list", storelist); - request.setAttribute("com.gluecode.se.keystore.size", String + request.setAttribute("org.apache.geronimo.console.keystore.size", String .valueOf(storelist.size())); } catch (Exception e) { throw new PortletException(e); Modified: geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ImportTrustedCertificate.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ImportTrustedCertificate.java?rev=326211&r1=326210&r2=326211&view=diff ============================================================================== --- geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ImportTrustedCertificate.java (original) +++ geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ImportTrustedCertificate.java Tue Oct 18 12:35:10 2005 @@ -53,7 +53,7 @@ } String certfileEnc = request - .getParameter("com.gluecode.se.cert.file.enc"); + .getParameter("org.apache.geronimo.console.cert.file.enc"); String alias = request.getParameter("alias"); // decode certificate file name Modified: geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/UploadCertificateFile.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/UploadCertificateFile.java?rev=326211&r1=326210&r2=326211&view=diff ============================================================================== --- geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/UploadCertificateFile.java (original) +++ geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/UploadCertificateFile.java Tue Oct 18 12:35:10 2005 @@ -93,7 +93,7 @@ portlet.getPortletContext().log("cert-file-name: " + certFileName); portlet.getPortletContext().log("enc: " + enc); - response.setRenderParameter("com.gluecode.se.cert.file.enc", enc); + response.setRenderParameter("org.apache.geronimo.console.cert.file.enc", enc); response.setRenderParameter("action", request.getParameter("action")); } @@ -102,7 +102,7 @@ throws PortletException, IOException { String encodedCertFileName = request - .getParameter("com.gluecode.se.cert.file.enc"); + .getParameter("org.apache.geronimo.console.cert.file.enc"); String certFileName = URLDecoder.decode(encodedCertFileName, "UTF-8"); portlet.getPortletContext().log("cert file: " + certFileName); @@ -127,8 +127,8 @@ } } - request.setAttribute("com.gluecode.se.certs", certs); - request.setAttribute("com.gluecode.se.cert.file.enc", + request.setAttribute("org.apache.geronimo.console.certs", certs); + request.setAttribute("org.apache.geronimo.console.cert.file.enc", encodedCertFileName); } Modified: geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStore.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStore.java?rev=326211&r1=326210&r2=326211&view=diff ============================================================================== --- geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStore.java (original) +++ geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStore.java Tue Oct 18 12:35:10 2005 @@ -55,10 +55,10 @@ String keyStoreLocation = (String) KernelRegistry.getSingleKernel() .getAttribute(objname, "keyStoreLocation"); - request.setAttribute("com.gluecode.se.keystore.type", keyStoreType); - request.setAttribute("com.gluecode.se.keystore.provider", + request.setAttribute("org.apache.geronimo.console.keystore.type", keyStoreType); + request.setAttribute("org.apache.geronimo.console.keystore.provider", keyStoreProvider); - request.setAttribute("com.gluecode.se.keystore.location", + request.setAttribute("org.apache.geronimo.console.keystore.location", keyStoreLocation); List storelist = (List) KernelRegistry.getSingleKernel().invoke( @@ -69,8 +69,8 @@ portlet.getPortletContext().log("store-item = " + iter.next()); } - request.setAttribute("com.gluecode.se.keystore.list", storelist); - request.setAttribute("com.gluecode.se.keystore.size", String + request.setAttribute("org.apache.geronimo.console.keystore.list", storelist); + request.setAttribute("org.apache.geronimo.console.keystore.size", String .valueOf(storelist.size())); } catch (Exception e) { throw new PortletException(e); Modified: geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStoreEntryDetail.java URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStoreEntryDetail.java?rev=326211&r1=326210&r2=326211&view=diff ============================================================================== --- geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStoreEntryDetail.java (original) +++ geronimo/trunk/applications/console-standard/src/java/org/apache/geronimo/console/certmanager/actions/ViewKeyStoreEntryDetail.java Tue Oct 18 12:35:10 2005 @@ -55,7 +55,7 @@ new Object[] { alias }, new String[] { "java.lang.String" }); - request.setAttribute("com.gluecode.se.keystore.entry.info", kinfo); + request.setAttribute("org.apache.geronimo.console.keystore.entry.info", kinfo); // get keystore certificate chain by the alias Certificate[] chain = (Certificate[]) KernelRegistry @@ -64,7 +64,7 @@ new String[] { "java.lang.String" }); // set attributes - request.setAttribute("com.gluecode.se.certs", chain); + request.setAttribute("org.apache.geronimo.console.certs", chain); } catch (Exception e) { throw new PortletException(e); } Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/changeStorePasswordNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/changeStorePasswordNormal.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/changeStorePasswordNormal.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/changeStorePasswordNormal.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,5 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> + + +change store password ... Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateCSRNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateCSRNormal.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateCSRNormal.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateCSRNormal.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,20 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> + + +alias:
+ + + + + + + + + +
PKCS10 Certification Request
+
+ +
back
Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/generateKeyPairNormal.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,71 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> + + + +"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<%-- + + + +--%> +
Generate Key Pair
Alias:
Key Algorithm:RSA
Key Size: +512 +1024 +2048 +
Signature Algorithm: +MD2withRSA +MD5withRSA +SHA1withRSA +
Validity:
Common Name (CN):
Organizational Unit (OU):
Organizational Name (O):
Locality (L):
State (ST):
Country (C):
Email (E):
+
+ + + + Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/help.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/help.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/help.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/help.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,3 @@ +list public key certificates, list trust roots, import public key cert, import trust root, generate certificate signing request (file, email), delete entry, display public key cert, display trusted root , generate self-signed cert, + + Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importCAReplyNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importCAReplyNormal.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importCAReplyNormal.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importCAReplyNormal.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,26 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> + + +alias:
+ +
"> + + + + + +
PKCS7 Certificaticate Reply
+ +
+ + + + + +
+ +
\ No newline at end of file Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importTrustedCertNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importTrustedCertNormal.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importTrustedCertNormal.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/importTrustedCertNormal.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,94 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> + + +
"> + + + +
Certificate File:
+
+ + + +
"> + + + + +
Alias:
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Certificate Info
Version:
Subject:
Issuer:
Serial Number:
Valid From:
Valid To:
Signature Alg:
Public Key Alg:
critical ext:
non-critical ext:
+
+ +
+ + + + + + + + + + + + + +
+"/> +
Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewCertificateNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewCertificateNormal.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewCertificateNormal.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewCertificateNormal.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,92 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> + + + + + + + + + + + + +
aliastypemodified
+
+ + + + + + + + +
+generate CSR +import CA reply +keystore list
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Certificate Info
Version:
Subject:
Issuer:
Serial Number:
Valid From:
Valid To:
Signature Alg:
Public Key Alg:
critical ext:
non-critical ext:
+
+
\ No newline at end of file Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreHelp.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreHelp.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreHelp.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreHelp.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,87 @@ +

This portlet allows the user to list public key certificates, import trusted certificates, generate a key pair, generate a Certificate Signing Request (CSR) and import a Certificate Authority (CA) reply. This portlet also provides information about the type of keystore, the number of key pairs and trusted certificates stored in the keystore (the keystore size), and the location of the keystore.
+
+ From the main portlet, the user can "view" a trusted certificate or + key pair.
+
+ import trusted certificate

+ + + + + +
 If the user has a trusted certificate, it can be imported using the"import trusted certificate" tool. Browse for the certificate file, click on the "View Certificate" button, enter an alias, in the"Alias" text box, then click on the "Import" button. "Cancel" at any time before clicking on "Import."
+

generate key pair

+ + + + + +
 

This tool allows the user to generate a public/private key pair. This key pair could be used later to create a trusted certificate. Fill in the text boxes and click on the "submit" button to generate the key pair. All fields can be blanked out by clicking "reset." To generate the key pair, click on "submit." The fields are defined as follows:

+ + + + + + + + + +
AliasA name to identify the key pair.
ValidityThe number of days the key pair will remain valid. This field requires a number to be entered.
+

The following fields are X.500 Distinguished Names.

+ + + + + + + + + + + + + + + + + + + + + + + + + +
Common Name (CN)Common name of a person, such as, Joe Smith.
Organizational Unit(OU)Small organization, e.g., department or division, for example, Sales.
Organization Name(ON)Large organization, such as the company name.
Locality (L)City name, e.g., El Segundo.
State (ST)State name, e.g., California or CA.
Country (C)Two-letter country code, e.g., US.
+

view

+ + + + + +
 

To view a key pair or certificate, click on the "view" link to the left of it. If the user is viewing a key pair, the "view" pane provides access to three more links "generate CSR", "import CA reply", and "keystore list" which are defined next:

+
generate CSR
+ + + + + +
 This tool generates a Certificate Signing Request. The CSR can be sent to a Certificate Authority (CA), such as Verisign. To submit the CSR to a CA follow the CA's instructions. After the CA sends back a reply, the Gluecode Standard Edition console can be used to import it via the "import CA reply" tool.
+
import CA reply
+ + + + + +
 After the Certificate Authority (CA) has sent back a signed, trusted certificate, it can be imported into the Gluecode Standard Edition server. Cut and paste the Certificate Authority's reply in this window and click on "Save." To cancel an import click on "Cancel" before doing a "Save."
+
keystore list
+ + + + + +
 This link returns the user to the main Certificate management portlet.
+
+


+

Added: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreNormal.jsp URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreNormal.jsp?rev=326211&view=auto ============================================================================== --- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreNormal.jsp (added) +++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/certmanager/viewKeyStoreNormal.jsp Tue Oct 18 12:35:10 2005 @@ -0,0 +1,70 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %> + + + + + + + + + + + + + + + + +
keystore-typekeystore-providerkeystore-locationkeystore-size
+ +
+ + + + + + +<%-- + +--%> + +
Tools: +import trusted certificate + +generate key pair  + +change keystore password  +
+ +
+ +<%-- + +--%> + + + + + + + + + + + + + + + + +
detailsalias-namealias-typemodified
+ +">view
\ No newline at end of file