Searched refs:ek (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlenc/
H A DFMEncProvider.java328 Element ek = null;
330 ek = cipher.martial(doc, encryptedKey);
358 dsElement.appendChild(ek);
372 outerElement.appendChild(ek);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/xmlenc/
H A DFMEncProvider.java341 Element ek = null;
343 ek = cipher.martial(doc, encryptedKey);
371 dsElement.appendChild(ek);
385 outerElement.appendChild(ek);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DAMEncryptionProvider.java356 Element ek = cipher.martial(doc, encryptedKey);
360 ek.appendChild(carriedName);
361 newone.appendChild(ek);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DAMEncryptionProvider.java354 Element ek = cipher.martial(doc, encryptedKey);
358 ek.appendChild(carriedName);
359 newone.appendChild(ek);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1175 * @param ek HTMLEditor kit used for the new HTML pane
1180 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1184 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1181 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1185 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1181 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1185 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1175 * @param ek HTMLEditor kit used for the new HTML pane
1180 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1184 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUIFactory.java1176 * @param ek HTMLEditor kit used for the new HTML pane
1181 public static JEditorPane makeHtmlPane(Message text, HTMLEditorKit ek, argument
1185 if (ek != null) pane.setEditorKit(ek);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUIFactory.java970 * @param ek
977 public static JEditorPane makeHtmlPane(LocalizableMessage text, HTMLEditorKit ek, Font font) argument
980 if (ek != null) {
981 pane.setEditorKit(ek);

Completed in 47 milliseconds