Searched defs:ks (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openidm-v4/openidm-crypto/src/main/java/org/forgerock/openidm/crypto/factory/
H A DCryptoUpdateService.java37 * @param ks the new keystore to use
40 public void updateKeySelector(KeyStore ks, String password); argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCellEditorButton.java58 public boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
61 return super.processKeyBinding(ks, e, condition, pressed);
H A DObjectClassCellPanel.java179 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
182 return editButton.processKeyBinding(ks, e, condition, pressed);
H A DBinaryCellPanel.java343 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
347 return editButton.processKeyBinding(ks, e, condition, pressed);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCellEditorButton.java57 public boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
60 return super.processKeyBinding(ks, e, condition, pressed);
H A DObjectClassCellPanel.java178 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
181 return editButton.processKeyBinding(ks, e, condition, pressed);
H A DBinaryCellPanel.java342 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
346 return editButton.processKeyBinding(ks, e, condition, pressed);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCellEditorButton.java58 public boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
61 return super.processKeyBinding(ks, e, condition, pressed);
H A DObjectClassCellPanel.java179 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
182 return editButton.processKeyBinding(ks, e, condition, pressed);
H A DBinaryCellPanel.java343 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
347 return editButton.processKeyBinding(ks, e, condition, pressed);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCellEditorButton.java57 public boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
60 return super.processKeyBinding(ks, e, condition, pressed);
H A DObjectClassCellPanel.java178 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
181 return editButton.processKeyBinding(ks, e, condition, pressed);
H A DBinaryCellPanel.java342 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
346 return editButton.processKeyBinding(ks, e, condition, pressed);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/components/
H A DCellEditorButton.java58 public boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
61 return super.processKeyBinding(ks, e, condition, pressed);
H A DObjectClassCellPanel.java179 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
182 return editButton.processKeyBinding(ks, e, condition, pressed);
H A DBinaryCellPanel.java343 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
347 return editButton.processKeyBinding(ks, e, condition, pressed);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/
H A DCellEditorButton.java55 public boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
58 return super.processKeyBinding(ks, e, condition, pressed);
H A DObjectClassCellPanel.java177 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
180 return editButton.processKeyBinding(ks, e, condition, pressed);
H A DBinaryCellPanel.java339 protected boolean processKeyBinding(KeyStroke ks, KeyEvent e, argument
343 return editButton.processKeyBinding(ks, e, condition, pressed);
/forgerock/openidm-v4/openidm-crypto/src/main/java/org/forgerock/openidm/crypto/impl/
H A DCryptoServiceImpl.java141 KeyStore ks = (provider == null || provider.trim().length() == 0)
147 ks.load(in, password == null ? null : clearPassword);
151 Key key = ks.getKey(alias, clearPassword);
155 generateDefaultKey(ks, alias, location, clearPassword);
159 keySelector = new UpdatableKeyStoreSelector(ks, new String(clearPassword));
160 Enumeration<String> aliases = ks.aliases();
192 * @param ks the keystore
199 private void generateDefaultKey(KeyStore ks, String alias, String location, char[] password) argument
202 ks.setEntry(alias, new SecretKeyEntry(newKey), new KeyStore.PasswordProtection(password));
205 ks
211 updateKeySelector(KeyStore ks, String password) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPlatform.java152 * @param ks
163 public final void deleteAlias(KeyStore ks, String ksPath, String alias, argument
168 if (ks == null)
173 ks.deleteEntry(alias);
175 ks.store(fs, pwd);
192 * @param ks
208 public final void addCertificate(KeyStore ks, String ksType, String ksPath, argument
215 if (ks == null)
217 ks = KeyStore.getInstance(ksType);
218 ks
273 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
338 trustedCert(String alias, CertificateFactory cf, KeyStore ks, InputStream in) argument
479 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
501 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
532 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPlatform.java161 * @param ks
172 public final void deleteAlias(KeyStore ks, String ksPath, String alias, argument
177 if (ks == null)
182 ks.deleteEntry(alias);
184 ks.store(fs, pwd);
201 * @param ks
217 public final void addCertificate(KeyStore ks, String ksType, String ksPath, argument
224 if (ks == null)
226 ks = KeyStore.getInstance(ksType);
227 ks
282 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
347 trustedCert(String alias, CertificateFactory cf, KeyStore ks, InputStream in) argument
488 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
510 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
541 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPlatform.java162 * @param ks
173 public final void deleteAlias(KeyStore ks, String ksPath, String alias, argument
178 if (ks == null)
183 ks.deleteEntry(alias);
185 ks.store(fs, pwd);
202 * @param ks
218 public final void addCertificate(KeyStore ks, String ksType, String ksPath, argument
225 if (ks == null)
227 ks = KeyStore.getInstance(ksType);
228 ks
283 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
348 trustedCert(String alias, CertificateFactory cf, KeyStore ks, InputStream in) argument
489 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
511 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
542 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPlatform.java152 * @param ks
163 public final void deleteAlias(KeyStore ks, String ksPath, String alias, argument
168 if (ks == null)
173 ks.deleteEntry(alias);
175 ks.store(fs, pwd);
192 * @param ks
208 public final void addCertificate(KeyStore ks, String ksType, String ksPath, argument
215 if (ks == null)
217 ks = KeyStore.getInstance(ksType);
218 ks
273 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
338 trustedCert(String alias, CertificateFactory cf, KeyStore ks, InputStream in) argument
479 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
501 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
532 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPlatform.java161 * @param ks
172 public final void deleteAlias(KeyStore ks, String ksPath, String alias, argument
177 if (ks == null)
182 ks.deleteEntry(alias);
184 ks.store(fs, pwd);
201 * @param ks
217 public final void addCertificate(KeyStore ks, String ksType, String ksPath, argument
224 if (ks == null)
226 ks = KeyStore.getInstance(ksType);
227 ks
282 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
347 trustedCert(String alias, CertificateFactory cf, KeyStore ks, InputStream in) argument
488 addCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String certPath) argument
510 deleteAlias(KeyStore ks, String ksPath, String alias, char[] pwd) argument
541 generateSelfSignedCertificate(KeyStore ks, String ksType, String ksPath, String alias, char[] pwd, String dn, int validity) argument
[all...]

Completed in 171 milliseconds

12