Searched refs:base64 (Results 1 - 25 of 49) sorted by relevance

12

/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/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-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-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/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-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/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.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/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/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/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/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java54 * @return Returns an array of decoded and valid encoded base64 data.
99 * @return Returns an array of invalid encoded base64 data.
129 String base64 = Base64.encode(data);
130 Assert.assertEquals(base64, encodedData);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java53 * @return Returns an array of decoded and valid encoded base64 data.
98 * @return Returns an array of invalid encoded base64 data.
128 String base64 = Base64.encode(data);
129 Assert.assertEquals(base64, encodedData);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java54 * @return Returns an array of decoded and valid encoded base64 data.
99 * @return Returns an array of invalid encoded base64 data.
129 String base64 = Base64.encode(data);
130 Assert.assertEquals(base64, encodedData);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java53 * @return Returns an array of decoded and valid encoded base64 data.
98 * @return Returns an array of invalid encoded base64 data.
128 String base64 = Base64.encode(data);
129 Assert.assertEquals(base64, encodedData);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestBase64.java54 * @return Returns an array of decoded and valid encoded base64 data.
99 * @return Returns an array of invalid encoded base64 data.
129 String base64 = Base64.encode(data);
130 Assert.assertEquals(base64, encodedData);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestBase64.java54 * @return Returns an array of decoded and valid encoded base64 data.
99 * @return Returns an array of invalid encoded base64 data.
129 String base64 = Base64.encode(data);
130 Assert.assertEquals(base64, encodedData);
/forgerock/opendj2-jel-hg/resource/bin/
H A D_client-script.sh43 base64) #link

Completed in 2093 milliseconds

12