| | |
| | | |
| | | |
| | | |
| | | import static org.opends.messages.SchemaMessages.WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT; |
| | | import static org.opends.messages.SchemaMessages.WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED; |
| | | import static org.opends.messages.SchemaMessages.WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT; |
| | | import static com.sun.opends.sdk.util.Messages.WARN_ATTR_SYNTAX_BIT_STRING_INVALID_BIT; |
| | | import static com.sun.opends.sdk.util.Messages.WARN_ATTR_SYNTAX_BIT_STRING_NOT_QUOTED; |
| | | import static com.sun.opends.sdk.util.Messages.WARN_ATTR_SYNTAX_BIT_STRING_TOO_SHORT; |
| | | import static org.opends.sdk.schema.SchemaConstants.EMR_BIT_STRING_OID; |
| | | import static org.opends.sdk.schema.SchemaConstants.SYNTAX_BIT_STRING_NAME; |
| | | |
| | | import org.opends.messages.MessageBuilder; |
| | | import com.sun.opends.sdk.util.MessageBuilder; |
| | | import org.opends.sdk.util.ByteSequence; |
| | | |
| | | |