Searched defs:keystore (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DSSLSocketFactory.java84 * keytool -import -alias "my server cert" -file server.crt -keystore my.truststore
90 * a {@link KeyStore keystore} file containg a private key/public certificate
99 * Use the following sequence of actions to generate a keystore file
105 * <pre>keytool -genkey -v -alias "my client key" -validity 365 -keystore my.keystore</pre>
106 * For simplicity use the same password for the key as that of the keystore
112 * <pre>keytool -certreq -alias "my client key" -file mycertreq.csr -keystore my.keystore</pre>
125 * <pre>keytool -import -alias "my trusted ca" -file caroot.crt -keystore my.keystore</pr
177 SSLSocketFactory( String algorithm, final KeyStore keystore, final String keystorePassword, final KeyStore truststore, final SecureRandom random, final HostNameResolver nameResolver) argument
204 SSLSocketFactory( final KeyStore keystore, final String keystorePassword, final KeyStore truststore) argument
213 SSLSocketFactory(final KeyStore keystore, final String keystorePassword) argument
248 createKeyManagers(final KeyStore keystore, final String password) argument
259 createTrustManagers(final KeyStore keystore) argument
[all...]

Completed in 58 milliseconds