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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java108 private KeyStore truststore; field in class:LDAPConnectionConsoleInteraction
982 // Then the truststore password.
983 // As the most common case is to have no password for truststore,
1019 // We've got all the information to get the truststore manager
1022 truststore = KeyStore.getInstance(KeyStore.getDefaultType());
1028 truststore.load(fos, truststorePassword.toCharArray());
1032 truststore.load(fos, null);
1038 truststore.load(null, null);
1060 return new ApplicationTrustManager(truststore);
1439 return this.truststore;
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java107 private KeyStore truststore; field in class:LDAPConnectionConsoleInteraction
981 // Then the truststore password.
982 // As the most common case is to have no password for truststore,
1018 // We've got all the information to get the truststore manager
1021 truststore = KeyStore.getInstance(KeyStore.getDefaultType());
1027 truststore.load(fos, truststorePassword.toCharArray());
1031 truststore.load(fos, null);
1037 truststore.load(null, null);
1059 return new ApplicationTrustManager(truststore);
1438 return this.truststore;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java108 private KeyStore truststore; field in class:LDAPConnectionConsoleInteraction
982 // Then the truststore password.
983 // As the most common case is to have no password for truststore,
1019 // We've got all the information to get the truststore manager
1022 truststore = KeyStore.getInstance(KeyStore.getDefaultType());
1028 truststore.load(fos, truststorePassword.toCharArray());
1032 truststore.load(fos, null);
1038 truststore.load(null, null);
1060 return new ApplicationTrustManager(truststore);
1439 return this.truststore;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java108 private KeyStore truststore; field in class:LDAPConnectionConsoleInteraction
982 // Then the truststore password.
983 // As the most common case is to have no password for truststore,
1019 // We've got all the information to get the truststore manager
1022 truststore = KeyStore.getInstance(KeyStore.getDefaultType());
1028 truststore.load(fos, truststorePassword.toCharArray());
1032 truststore.load(fos, null);
1038 truststore.load(null, null);
1060 return new ApplicationTrustManager(truststore);
1439 return this.truststore;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java107 private KeyStore truststore; field in class:LDAPConnectionConsoleInteraction
981 // Then the truststore password.
982 // As the most common case is to have no password for truststore,
1018 // We've got all the information to get the truststore manager
1021 truststore = KeyStore.getInstance(KeyStore.getDefaultType());
1027 truststore.load(fos, truststorePassword.toCharArray());
1031 truststore.load(fos, null);
1037 truststore.load(null, null);
1059 return new ApplicationTrustManager(truststore);
1438 return this.truststore;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java106 private KeyStore truststore; field in class:LDAPConnectionConsoleInteraction.State
1013 // Then the truststore password.
1014 // As the most common case is to have no password for truststore,
1049 // We've got all the information to get the truststore manager
1052 state.truststore = KeyStore.getInstance(KeyStore.getDefaultType());
1059 state.truststore.load(fos, state.truststorePassword.toCharArray());
1063 state.truststore.load(fos, null);
1069 state.truststore.load(null, null);
1088 return new ApplicationTrustManager(state.truststore);
1439 return state.truststore;
[all...]

Completed in 1783 milliseconds