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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java55 private JTextField base64; field in class:BinaryValuePanel
103 base64.setVisible(false);
112 base64.setVisible(true);
113 BinaryAttributeEditorPanel.updateBase64(base64, bytes);
150 return base64;
228 base64 = Utilities.createLongTextField();
229 add(base64, gbc);
H A DBinaryAttributeEditorPanel.java73 private JTextField base64; field in class:BinaryAttributeEditorPanel
139 base64.setText("");
149 BinaryAttributeEditorPanel.updateBase64(base64, value.getBytes());
167 base64.setText("");
323 String b = base64.getText();
350 returnValue = BinaryValue.createBase64(base64.getText());
544 base64 = Utilities.createLongTextField();
545 add(base64, gbc);
604 base64.setEnabled(useBase64.isSelected());
613 * @param base64 th
616 updateBase64(JTextComponent base64, byte[] bytes) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBinaryValue.java44 private String base64; field in class:BinaryValue
75 * Creates a binary value using a base64 string.
76 * @param base64 the base64 representation of the binary.
78 * @throws ParseException if there is an error decoding the provided base64
81 public static BinaryValue createBase64(String base64) throws ParseException argument
85 value.base64 = base64;
87 value.hashCode = base64.hashCode();
101 value.base64
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java54 private JTextField base64; field in class:BinaryValuePanel
102 base64.setVisible(false);
111 base64.setVisible(true);
112 BinaryAttributeEditorPanel.updateBase64(base64, bytes);
149 return base64;
227 base64 = Utilities.createLongTextField();
228 add(base64, gbc);
H A DBinaryAttributeEditorPanel.java72 private JTextField base64; field in class:BinaryAttributeEditorPanel
138 base64.setText("");
148 BinaryAttributeEditorPanel.updateBase64(base64, value.getBytes());
166 base64.setText("");
322 String b = base64.getText();
349 returnValue = BinaryValue.createBase64(base64.getText());
543 base64 = Utilities.createLongTextField();
544 add(base64, gbc);
603 base64.setEnabled(useBase64.isSelected());
612 * @param base64 th
615 updateBase64(JTextComponent base64, byte[] bytes) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBinaryValue.java45 private String base64; field in class:BinaryValue
76 * Creates a binary value using a base64 string.
77 * @param base64 the base64 representation of the binary.
79 * @throws ParseException if there is an error decoding the provided base64
82 public static BinaryValue createBase64(String base64) throws ParseException argument
86 value.base64 = base64;
88 value.hashCode = base64.hashCode();
102 value.base64
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBinaryValue.java45 private String base64; field in class:BinaryValue
76 * Creates a binary value using a base64 string.
77 * @param base64 the base64 representation of the binary.
79 * @throws ParseException if there is an error decoding the provided base64
82 public static BinaryValue createBase64(String base64) throws ParseException argument
86 value.base64 = base64;
88 value.hashCode = base64.hashCode();
102 value.base64
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java55 private JTextField base64; field in class:BinaryValuePanel
103 base64.setVisible(false);
112 base64.setVisible(true);
113 BinaryAttributeEditorPanel.updateBase64(base64, bytes);
150 return base64;
228 base64 = Utilities.createLongTextField();
229 add(base64, gbc);
H A DBinaryAttributeEditorPanel.java73 private JTextField base64; field in class:BinaryAttributeEditorPanel
139 base64.setText("");
149 BinaryAttributeEditorPanel.updateBase64(base64, value.getBytes());
167 base64.setText("");
323 String b = base64.getText();
350 returnValue = BinaryValue.createBase64(base64.getText());
544 base64 = Utilities.createLongTextField();
545 add(base64, gbc);
604 base64.setEnabled(useBase64.isSelected());
613 * @param base64 th
616 updateBase64(JTextComponent base64, byte[] bytes) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBinaryValue.java44 private String base64; field in class:BinaryValue
75 * Creates a binary value using a base64 string.
76 * @param base64 the base64 representation of the binary.
78 * @throws ParseException if there is an error decoding the provided base64
81 public static BinaryValue createBase64(String base64) throws ParseException argument
85 value.base64 = base64;
87 value.hashCode = base64.hashCode();
101 value.base64
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java54 private JTextField base64; field in class:BinaryValuePanel
102 base64.setVisible(false);
111 base64.setVisible(true);
112 BinaryAttributeEditorPanel.updateBase64(base64, bytes);
149 return base64;
227 base64 = Utilities.createLongTextField();
228 add(base64, gbc);
H A DBinaryAttributeEditorPanel.java72 private JTextField base64; field in class:BinaryAttributeEditorPanel
138 base64.setText("");
148 BinaryAttributeEditorPanel.updateBase64(base64, value.getBytes());
166 base64.setText("");
322 String b = base64.getText();
349 returnValue = BinaryValue.createBase64(base64.getText());
543 base64 = Utilities.createLongTextField();
544 add(base64, gbc);
603 base64.setEnabled(useBase64.isSelected());
612 * @param base64 th
615 updateBase64(JTextComponent base64, byte[] bytes) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DBinaryValue.java45 private String base64; field in class:BinaryValue
76 * Creates a binary value using a base64 string.
77 * @param base64 the base64 representation of the binary.
79 * @throws ParseException if there is an error decoding the provided base64
82 public static BinaryValue createBase64(String base64) throws ParseException argument
86 value.base64 = base64;
88 value.hashCode = base64.hashCode();
102 value.base64
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java55 private JTextField base64; field in class:BinaryValuePanel
103 base64.setVisible(false);
112 base64.setVisible(true);
113 BinaryAttributeEditorPanel.updateBase64(base64, bytes);
150 return base64;
228 base64 = Utilities.createLongTextField();
229 add(base64, gbc);
H A DBinaryAttributeEditorPanel.java73 private JTextField base64; field in class:BinaryAttributeEditorPanel
139 base64.setText("");
149 BinaryAttributeEditorPanel.updateBase64(base64, value.getBytes());
167 base64.setText("");
323 String b = base64.getText();
350 returnValue = BinaryValue.createBase64(base64.getText());
544 base64 = Utilities.createLongTextField();
545 add(base64, gbc);
604 base64.setEnabled(useBase64.isSelected());
613 * @param base64 th
616 updateBase64(JTextComponent base64, byte[] bytes) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DBinaryValue.java46 private String base64; field in class:BinaryValue
77 * Creates a binary value using a base64 string.
78 * @param base64 the base64 representation of the binary.
80 * @throws ParseException if there is an error decoding the provided base64
83 public static BinaryValue createBase64(String base64) throws ParseException argument
87 value.base64 = base64;
89 value.hashCode = base64.hashCode();
103 value.base64
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBinaryValuePanel.java55 private JTextField base64; field in class:BinaryValuePanel
100 base64.setVisible(false);
109 base64.setVisible(true);
110 BinaryAttributeEditorPanel.updateBase64(base64, bytes);
140 return base64;
207 base64 = Utilities.createLongTextField();
208 add(base64, gbc);
H A DBinaryAttributeEditorPanel.java70 private JTextField base64; field in class:BinaryAttributeEditorPanel
134 base64.setText("");
144 BinaryAttributeEditorPanel.updateBase64(base64, value.getBytes());
162 base64.setText("");
312 String b = base64.getText();
338 returnValue = BinaryValue.createBase64(base64.getText());
529 base64 = Utilities.createLongTextField();
530 add(base64, gbc);
589 base64.setEnabled(useBase64.isSelected());
598 * @param base64 th
601 updateBase64(JTextComponent base64, byte[] bytes) argument
[all...]
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Dsaaj-impl-1.3.jarcom/ com/sun/ com/sun/xml/ com/sun/xml/messaging/ com/sun/xml/messaging/saaj/ com/sun/xml/messaging/ ...
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jersey/ com/sun/jersey/api/ ...

Completed in 150 milliseconds