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

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java84 private final static int MAX_BASE64_TO_DISPLAY = 3 * 1024; field in class:BinaryAttributeEditorPanel
618 if (bytes.length < MAX_BASE64_TO_DISPLAY)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java83 private final static int MAX_BASE64_TO_DISPLAY = 3 * 1024; field in class:BinaryAttributeEditorPanel
617 if (bytes.length < MAX_BASE64_TO_DISPLAY)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java84 private final static int MAX_BASE64_TO_DISPLAY = 3 * 1024; field in class:BinaryAttributeEditorPanel
618 if (bytes.length < MAX_BASE64_TO_DISPLAY)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java83 private final static int MAX_BASE64_TO_DISPLAY = 3 * 1024; field in class:BinaryAttributeEditorPanel
617 if (bytes.length < MAX_BASE64_TO_DISPLAY)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java84 private final static int MAX_BASE64_TO_DISPLAY = 3 * 1024; field in class:BinaryAttributeEditorPanel
618 if (bytes.length < MAX_BASE64_TO_DISPLAY)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java81 private static final int MAX_BASE64_TO_DISPLAY = 3 * 1024; field in class:BinaryAttributeEditorPanel
603 if (bytes.length < MAX_BASE64_TO_DISPLAY)

Completed in 36 milliseconds